/* VIDEO CONTAINER STYLES */

#jetvideo {
    position: relative;
    padding-bottom: 56.25%;
	height: 0; 
	overflow: hidden;
	margin-top: 0px;
	background-color: #000000;
}

#jetvideo iframe, #jetvideo object, #jetvideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	
}
.ytp-gradient-top, .ytp-chrome-top, .player .vp-sidedock {
    display: none !important;
}

.video-info {
	margin-top: 40px;
}
/* VIDEO CONTAINER STYLES */


#videoBackground {
  height: 90vh;
  width: 100%;
  overflow: hidden;
  text-align: center;
  position: fixed;
}

#videoBackground-fluid {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

#videoBackground iframe, #videoBackground-fluid iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 90vh;
  min-width: 177.77vh;
  transform: translate(-50%,-0%);
  -ms-transform: translate(-50%,-0%);
  position: absolute;
}

.video_holder_bg_home {
  background-image: url(home-video-background.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 56.25vw !important;
  min-height: 90vh;
}

.video_holder_bg_spa, .video_holder_bg_sc, .video_holder_bg_tf, .video_holder_bg_artesiane, .video_holder_bg_gardens, .video_holder_bg_is, .video_holder_bg_ss {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 56.25vw !important;
  min-height: 90vh;
}

.video_holder_bg_spa {
  background-color: #000000;
}

.video_holder_bg_sc {
   background-image: url(home-video-background-sc.jpg);
}

.video_holder_bg_tf {
  background-image: url(home-video-background-tf.jpg);
}

.video_holder_bg_artesiane {
  background-image: url(home-video-background-artesiane.jpg);
}

.video_holder_bg_gardens {
  background-image: url(home-video-background-gardens.jpg);
}

.video_holder_bg_is {
  background-image: url(home-video-background-is.jpg);
}

.video_holder_bg_ss {
  background-image: url(home-video-background-ss.jpg);
}





@media only screen and (min-width: 769px) {	
	
#videoBackground {
  height: 100vh;
}
	
#videoBackground iframe, #videoBackground-fluid iframe, .video_holder_bg_home, .video_holder_bg_spa, .video_holder_bg_sc, .video_holder_bg_tf, .video_holder_bg_artesiane, .video_holder_bg_gardens, .video_holder_bg_is, .video_holder_bg_ss {
  min-height: 100vh;
}
	
.video_holder_bg_spa {
  background-image: url(home-video-background-spa.jpg);
}
}