.video2_wrapper{
	float: left;
	margin: 0;
	padding: 0;
	width: 33%;
	margin-bottom: 20px;
}
.video2{
	position: relative;
	width: 300px;
	eight: 248px;
	height: calc(300px * .543);
	margin: 0 auto;
	padding: 0;
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: 8px solid #FBE02C; /*theme yellow*/
}
.video2_youtube{
	ackground-size: 135% 135%;
}
.video2_play_bttn{
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 50%;
	margin-top: -30px;
	width: 60px;  
	opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}
	.video2_play_bttn:hover{
		opacity: 1;
	    filter: alpha(opacity=100); /* For IE8 and earlier */
	}
/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {
	.video2{
		width: 200px;	
		height: calc(200px * .543);
	}
}
@media screen and (max-width: 979px) {

}
@media screen and (max-width: 859px) {
	
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 640px) {
	.video2{
		width: 143px;	
		height: calc(143px * .543);
		border: 5px solid #FBE02C; /*theme yellow*/
	}
	.video2_play_bttn{
		margin-left: -20px;
		margin-top: -20px;
		width: 40px;  
	}
}
@media screen and (max-width: 479px) {
	.video2_wrapper{
		width: 100%;
	}
	.video2{
		width: 250px;	
		height: calc(250px * .543);
		border: 5px solid #FBE02C; /*theme yellow*/
	}
}