.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:92%;
    position:absolute;
}

.video-responsive-pdp{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.video-responsive-pdp iframe{
    left:0;
    top:0;
    height:100%;
    width:92%;
    position:absolute;
}

@media only screen and (max-width: 767px) {
  .video-responsive-pdp{
    overflow:hidden;
    padding-bottom:56.25%;
	position: static;
    height:0;
	}
}