#slider_youtube_fill{
	/* max-height: 550px; */
}
#slider_youtube_fill .slide_overlay_wrapper{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* VIDEO FILL WIDTH */
#slider_youtube_fill .embed-container{
    position: relative;
	width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
}
#slider_youtube_fill .embed-container iframe,
#slider_youtube_fill .embed-container object,
#slider_youtube_fill .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* END VIDEO FILL WIDTH */


@media (max-width: 767px) {
  #slider_youtube_fill .embed-container{
      padding-bottom: 100%;
  }
}