.vimeo-background {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.vimeo-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .vimeo-background iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .vimeo-background iframe {
    width: 177.78vh;
  }
}


.yt-header {
  position: absolute;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.yt-header iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .yt-header iframe {
        height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .yt-header iframe {
        width: 177.78vh;
  }
}




@media (max-width: 992px) {
        .page-header.page-header-modern.page-header-background.page-header-background-md {
                padding: 70px 0 30px !important;
        }
}


@media (max-width: 991px) {
    #home .owl-item {
        background-size: auto 94% !important;
		background-position: 100% 0 !important;
    }
	
    #home .owl-item:nth-child(1) {
		background-position: 90% 0 !important;
    }
	
    #home .owl-item:nth-child(2) {
		background-position: 80% 0 !important;
    }
	
    #home .owl-item:nth-child(3) {
		background-position: 85% 0 !important;
    }
	
    #home .owl-item:nth-child(4) {
		background-position: 77% 0 !important;
    }
	
    #home .owl-item:nth-child(5) {
		background-position: 83% 0 !important;
    }
	
    #home .owl-item:nth-child(6) {
		background-position: 65% 0 !important;
    }
	
    #home .owl-item:nth-child(7) {
		background-position: 72% 0 !important;
    }
}