/* moved media query here to avoid Razor '@' parsing issues */
@media (max-width: 700px) {
    #custom-gallery-modal .cg-prev {
        left: 8px;
        top: auto;
        bottom: 60px;
        transform: none;
    }

    #custom-gallery-modal .cg-next {
        right: 8px;
        top: auto;
        bottom: 60px;
        transform: none;
    }

    #custom-gallery-modal .cg-close {
        top: 8px;
        right: 8px;
    }
}