
.box-40 .ce-gallery,
.box-40 figure {
    margin:0 !important;
}
.box-40 .gallery-wrap {
    padding:0 1px !important;
    flex-wrap:wrap;
    display:flex;
    position:relative;
    z-index:1;
}
.box-40 .gallery-wrap  .gallery-more {
    position:absolute;
    bottom:10px;
    right:20px;
    z-index:2;
}
.box-40 .gallery-wrap  .gallery-more a {
    background-color:var(--white-80);
    border:none;
    border-radius:100px;
    padding:.5rem 1rem;
}
.box-40 .gallery-wrap  .gallery-more a:hover,
.box-40 .gallery-wrap  .gallery-more a:focus {
    background-color:var(--blue);
    color:var(--white) !important;
}
.box-40 .gallery-wrap > .gallery-content {
    display:none;
    overflow:hidden;
}
.box-40 .gallery-wrap > .gallery-content:first-child {
    display:block;
}


@media (min-width:575px)
{
    .box-40 .gallery-wrap> .gallery-content:nth-child(2) {
        display:block;
    }
    .box-40 .gallery-wrap > .gallery-content
    {
        max-width:50%;
        flex:0 0 50%;
        padding:0 1px;
    }
}
@media (min-width:768px)
{   
    .box-40 .gallery-wrap> .gallery-content:nth-child(3) {
        display:block;
    }
    .box-40 .gallery-wrap > .gallery-content
    {
        max-width:33%;
        flex:0 0 33%;
        padding:0 1px;
    }
}
@media (min-width:992px)
{
    .box-40 .gallery-wrap {
        max-height:310px;
        overflow:hidden;
        display:block;
    }

    .box-40 .gallery-wrap[data-content="midi"][data-count="6"] .gallery-more {
        display:none;
    }
    .box-40 .gallery-wrap > .gallery-content {
        display:block;
        float:left;
        margin-bottom:2px;
        width:16.5%;
    }
    .box-40 .gallery-wrap[data-count="4"] > .gallery-content:nth-child(3),
    .box-40 .gallery-wrap[data-count="5"] > .gallery-content:nth-child(3) {
        width:33.34%;
    }

    .box-40 .gallery-wrap[data-count="4"] > .gallery-content:nth-child(4) img,
    .box-40 .gallery-wrap[data-count="5"] > .gallery-content:nth-child(4) img,
    .box-40 .gallery-wrap[data-count="5"] > .gallery-content:nth-child(5) img {
        display:none;
    }
    /*
    .box-40 .gallery-wrap > .gallery-content,
    .box-40 .gallery-wrap > .gallery-content { 
        width:16.5%;

        img {
            max-width:none;
            width:auto;
            height:100%;
        }
    }*/
/*
    .box-40 .gallery-wrap[data-content="midi"][data-count="5"] > .gallery-content,
    .box-40 .gallery-wrap[data-content="midi"][data-count="6"] > .gallery-content,
    .box-40 .gallery-wrap[data-content="maxi"] > .gallery-content {
        height:50%;
        img {
            max-width:100%;
            height:auto;
        }
    }

    .box-40 .gallery-wrap[data-content="maxi"][data-count="7"] > .gallery-content:nth-child(2),
    .box-40 .gallery-wrap[data-content="maxi"][data-count="7"] > .gallery-content:nth-child(3),
    .box-40 .gallery-wrap[data-content="maxi"][data-count="8"] > .gallery-content:nth-child(2) {
        height:100%;

        img {
            max-width:none;
            width:auto;
            height:100%;
        }
    }
    */
    .box-40 .gallery-wrap > .gallery-content:nth-child(1),
    .box-40 .gallery-wrap > .gallery-content:nth-child(2) {
        width:33%;
    }

}

@media (min-width:1140px)
{
    .box-40 .gallery-wrap {
        max-height:380px;
    }
}