@media (min-width:1400px) { 
#chairs-carousel { padding-bottom: 3rem; }
#chairs-carousel .scroll-nav {
display:none;
}
}
#chairs-carousel video {
    @media (max-width: 768px) {
        -webkit-playsinline: true;
        touch-action: none;
        pointer-events: none;
        user-select: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
                max-width: 100%;
        max-height: 100%;
                &::-webkit-media-controls {
        display: none !important;
        }
                &::-webkit-media-controls-panel {
        display: none !important;
        }
    }
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}