.link-to-gallery-popup{
    background: #fff;
    padding: 15px !important;
}
.link-to-gallery-popup .top-wrap{
    margin-bottom: 15px;
    text-align: center;
}
.link-to-gallery-popup .top-wrap a{
    font-weight: 700;
    color: #939598;
}
.link-to-gallery-popup .bottom-wrap img{
    margin-bottom: 15px;
}
.link-to-gallery-popup .popup-content img{
    display: block;
    width: 100%;
    height: auto;
}
.show-desktop{
    display: none !important;
}

.link-to-gallery-popup .gallery-mobile img{
    height: 250px !important;
    width: auto !important;
    object-fit: cover !important;
}
.link-to-gallery-popup .gallery-mobile .slick-slide{
    padding-right: 15px;
}

.gallery-main-content{
    padding-top: 100px;
}
.gallery-mobile-full{
    margin-bottom: 24px;
}
.gallery-mobile-full .slick-slide{
    padding-right: 15px;
}
.gallery-mobile-full a img{
    display: block !important;
    height: 40vh;
    width: auto;
    object-fit: cover;
}

.gallery-wrapper{
    display: flex;
    flex-flow: row wrap;
    margin-left: -12px;
    margin-right: -12px;
    align-items: stretch;
}
.gallery-wrapper a{
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
}
.gallery-wrapper a>div{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gallery-wrapper a img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-left: 14px;
    padding-right: 14px;
}
.gallery-wrapper .landscape{
    flex: 0 1 66.3333%;
    max-width: 66.3333%;
    width: 66.3333%;
    padding-top: 42.25%;
}
.gallery-wrapper .portrait{
    flex: 0 1 33.6667%;
    max-width: 33.6667%;
    width: 33.6667%;
}
.gallery-note p{
    font-size: 12px;
}
#popup-close{
    right: 15px;
}
.m-gallery-link {
    color: #ff0000 !important;
}

@media(max-width: 480px){
    .link-to-gallery-popup{
        width: 90% !important;
    }
}
@media(min-width: 992px){
    .show-desktop{
        display: block !important;
    }
    .show-mobile{
        display: none !important;
    }
    .link-to-gallery-popup .top-wrap{
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
    .link-to-gallery-popup .top-wrap .text{
        flex: 0 1 70%;
        order: 2;
        padding-left: 30px;
        padding-right: 30px;
    }
    .link-to-gallery-popup .top-wrap .image{
        flex: 0 1 30%;
        order: 1;
    }
    .link-to-gallery-popup .bottom-wrap{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }
    .link-to-gallery-popup .bottom-wrap img{
        margin-bottom: 0;
    }
}