﻿.videoWrapperOuter {
  max-width:640px; 
  margin-left:auto;
  margin-right:auto;
}
.videoWrapperInner {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 50%;
  padding-top: 25px;
  height: 0;
}
.videoWrapperInner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

		/* youtube responsive */
		.video-container {
			position: relative;
			padding-bottom: 56.25%;
			padding-top: 30px; height: 0; overflow: hidden;
			}
			
			.video-container iframe,
			.video-container object,
			.video-container embed {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
		/*heading title all area*/
		.head_title{
		    padding-bottom: 2.143rem;
		    overflow: hidden;
		}
		.head_title h2{
		    font-weight: 700;
		    font-size:2.250rem;
		}
		.head_title h5{
		    font-weight: 400;
		    font-size:1.125rem;
		    color:#999999;
		}
		/*End of youtube css*/
