/*@media only screen and (max-width: 767px) {
    
    .you-tube{
        height: 300px !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .you-tube{
    	width:600px;
        height: 300px !important;
    }
}*/
@media screen and (max-width: 480px) {
    /* Landscape styles */
	.you-tube{
       /*width:100%;*/
        height:auto;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	    /* Portrait styles */
 	.you-tube{
    	 /*width:100%;*/
        height:auto;
        
    }
}
	@media screen and (max-width: 320px) {
	   .you-tube{
			/*width:100%;*/
			max-width:270px;
		}
	}
#containingBlock {
  width:100%;
}
.videoWrapper {
  position: relative;
  padding-bottom:56.25%;
  padding-top:25px;
  height:0;
  overflow:hidden;
}
.videoWrapper div,
.videoWrapper iframe {
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height:100%;
}

.videoWrapper img.youtubePlay {
	position: absolute;
   display: block;
   height: 33%;
   width: 20%;
   top: 35%;
   left: 40%;
}