/* Force banner/video container to always fill viewport */
.fixed-video-bg,
.fixed-video-bg .jarallax-container,
.fixed-video-bg .jarallax-video {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: none !important;
}

/* Make sure slides stack properly */
.slider-fade1 .item {
    height: 100vh !important;
    min-height: 100vh !important;
}
