.overlay, #yt_player {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

 
.overlay{
    z-index: -1;
}
 
#yt_player{
    z-index: -2;
}

#ytPlayerWrap{
  position: relative;
  height: 500px;
  width: 100%;
}

/*@media screen and (max-width:480px){
	position: relative;
  height: 200px;
  width: 100%;
}
}


