.alx-photo-viewer-open #header {
    visibility: hidden !important;
    pointer-events: none !important;
}

.alx-photo-viewer-open #cboxOverlay.alx-photo-viewer {
    position: fixed !important;
    z-index: 2147483000 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: auto !important;
    height: auto !important;
}

.alx-photo-viewer-open #colorbox.alx-photo-viewer {
    z-index: 2147483001 !important;
}

.alx-photo-viewer #cboxLoadedContent {
    contain: paint;
    touch-action: none;
    overscroll-behavior: contain;
}

.alx-photo-viewer .cboxPhoto,
.responsive-video-frame.alx-video-zoom-surface .vjs-tech,
.responsive-video-frame.alx-video-zoom-surface div.vjs-poster {
    transform-origin: 50% 50%;
}

.alx-photo-viewer .cboxPhoto {
    touch-action: none;
}

.alx-photo-viewer .cboxPhoto.is-media-zoomed {
    cursor: grab;
    will-change: transform;
}

.alx-photo-viewer .cboxPhoto.is-media-panning {
    cursor: grabbing;
}

.responsive-video-frame.alx-video-zoom-surface {
    position: relative;
    overflow: hidden !important;
    overscroll-behavior: contain;
}

.responsive-video-frame.alx-video-zoom-surface .vjs-tech,
.responsive-video-frame.alx-video-zoom-surface div.vjs-poster {
    touch-action: pan-y;
}

.responsive-video-frame.alx-video-zoom-surface.is-media-zoomed .vjs-tech,
.responsive-video-frame.alx-video-zoom-surface.is-media-zoomed div.vjs-poster {
    touch-action: none;
    will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
    .alx-photo-viewer .cboxPhoto,
    .responsive-video-frame.alx-video-zoom-surface .vjs-tech,
    .responsive-video-frame.alx-video-zoom-surface div.vjs-poster {
        transition: none !important;
    }
}
