@charset "utf-8";
/* CSS Document */

.video-section .pattern-overlay {
background-color: rgba(99, 99, 99, 0.45);
padding: 90px 0 32px 0;
height:100%;
min-height: 400px; 
/* Incase of overlay problems just increase the min-height*/
}

.video-section h1, .video-section h3 , .video-section p {
text-align: center;
color:#fff;

}

.video-section h1{
font-size:32px;
font-weight:bold;
text-transform: uppercase;
margin: 10px auto 10px auto;
/*text-shadow: 1px 1px 1px #000;
-webkit-text-shadow: 1px 1px 1px #000;
-moz-text-shadow: 1px 1px 1px #000;*/
}

.video-section h3{
font-size: 25px;
font-weight: lighter;
margin: 0px auto 15px;
}

.video-section .buttonBar{display:none;}
.player {font-size: 1px;}

@media (min-width: 1024px) {	
.video-section .pattern-overlay {
padding: 140px 0 32px 0;
height:600px;
min-height: 400px; 
/* Incase of overlay problems just increase the min-height*/
}

.video-section h1, .video-section h3 , .video-section p {
text-align: left;
color:#fff;
}

.video-section h1{
font-size:32px;
font-weight:bold;
text-transform: uppercase;
margin: 40px auto 10px;
/*text-shadow: 1px 1px 1px #000;
-webkit-text-shadow: 1px 1px 1px #000;
-moz-text-shadow: 1px 1px 1px #000;*/
}

	
}
