@media (max-width: 768px) {
    .viator-images {
        position: relative;
    }

    .viator-images .slick-slide > div > div {
        position: relative;
    }

    .mobile-gallery-btn {
        position: absolute;
        bottom: 15px;
        right: 10px;
        z-index: 3;
        cursor: pointer;
        max-width: 100px;
    }

    .mobile-gallery-btn img {
        width: 100%;
        height: auto;
        display: block;
    }

    .mobile-gallery-img {
        cursor: pointer;
    }

    .popup-content {
        width: 95% !important;
    }

    .popup-content > img {
        height: 55vh !important;
    }

    .nav-btn.prev {
        left: 5px !important;
    }

    .nav-btn.next {
        right: 5px !important;
    }

    .close-btn {
        top: 15px !important;
        right: 15px !important;
    }

    .thumbnail-container img {
        width: 50px !important;
    }
}
