.ctm-img {
    width: 13% !important;
    float: left;
    margin: 0 10px;
}

h1.ctm-heading-h1 { font-size: 42px; }
h2.ctm-heading-h2 { font-size: 30px; line-height: 34px; }

h2.ctm-heading-h2-18px {
    font-size: 18px;
    margin-bottom: -10px;
    line-height: 24px;
    text-transform: none;
    font-weight: 300;
}


  /**************************/
 /**** Video Properties ****/
/**************************/

.video-placeholder {background:rgba(0,0,0,0.5); padding:3%; text-align:center; width:100%; margin:0 auto; border-radius:10px;}

@media only screen and (min-width:320px)and (max-width:479px){
	.video-dimension{height:159px;}
}

@media only screen and (min-width:480px)and (max-width:599px){
	.video-dimension{height:243px;}
}

@media only screen and (min-width:600px)and (max-width:767px){
	.video-dimension{height:307px;}
}

@media only screen and (min-width:768px)and (max-width:799px){
	.video-dimension{height:262px;}
}

@media only screen and (min-width:800px)and (max-width:959px){
	.video-dimension{height:273px;}
}

@media only screen and (min-width:960px)and (max-width:1023px){
	.video-dimension{height:330px;}
}

@media only screen and (min-width:1024px)and (max-width:1199px){
	.video-dimension{height:355px;}
}

@media only screen and (min-width:1200px)and (max-width:1279px){
	.video-dimension{height:415px;}
}

@media only screen and (min-width:1280px)and (max-width:1365px){
	.video-dimension{height:415px;}
}

@media only screen and (max-width:1365px){
	.video-dimension{
		width:100%;
	}
}


@media only screen and (min-width:1366px){
	.video-dimension{
		width:100%;
		height:415px;
	}
}