 
.video-gallery{
	background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../jpg/gallery-back.jpg);
}
.video-gallery .sub-text{
	color: #afc7da;
}
.video-box {
	text-align: center;
}
.video-box img {
    max-height: 700px;
    width: auto;
	max-width: 100%;
}
.video-gallery h3{
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center; 
    max-width: 613px;
    margin: 0 auto 49px;
}

@media (max-width: 550px) { 
 
	  
       .video-box iframe{
        width: 100%;
		height: 300px;
		max-height: 300px;
     }
     .video-gallery { 
		position: relative;
		padding: 40px 0 0;
	}
	.video-gallery .inner-width{
		max-width: 100%;
	}
	.video-gallery  h2.center {
		text-align: left;
		max-width: 320px;
		width: 100%;
		margin: 0 auto 40px;
	}
	.video-gallery .sub-text { 
		padding-bottom: 350px;
		max-width: 320px; 
		text-align: left;
		width: 100%;
		margin: 0 auto;
	}
	.video-box {
		text-align: center;
		position: absolute;
		bottom: 0;
		width: 100%;
	}
 
   }