@media
screen and (max-width: 1366px) {
    .previous-slide, .next-slide {
        opacity: 10%;           /* Invisible */
        pointer-events: auto; /* Still clickable */
        position: absolute;   /* Ensure they don’t shift layout */
    }
}

[data-wpr-lazyrender] {
    content-visibility: unset !important;
}

.slide img, .caption-container {
    max-width:100% !important;
}

/*@media screen and (max-width: 1024px) {
    .previous-slide, .next-slide {
        visibility: hidden;
    }
}

 */
