#block-204725 .container{
    z-index:2;
}



@media (min-width: 1400px) {
    .container { 
        max-width:1432px!important;
    }
} /*#block-204725 .swiper-slide.bg-overlay-300:before {*/
 /*   background: linear-gradient(90deg, rgba(25,55,140,1) 0%, rgba(0,0,0,0) 100%);*/
 /*   content:'';*/
 /*   width: 100%;*/
 /*   height: 100%;*/
 /*   display: block;*/
 /*   top: 0;*/
 /*   position: absolute;*/
 /*}*/
 @media (min-width:768px) {
  #block-204725 .swiper-hero, .swiper-hero .swiper-slide {
	height: 600px !important;
  }
 }
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
