
.video-section h1, .video-section h3{
text-align:center;
color:#fff;
}
.video-section h1{
font-size:3em;
 color:rgba(255,0,0,.5)!important;
margin: 40px auto 0px;
/*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 screen and (min-width: 768px) {

    /* Desktop */
.video-section .pattern-overlay {
/*background-color: rgba(0, 0, 0, 0.5);*/
padding: 110px 0 32px;
min-height: 825px; 
margin-top: 80px;
/* Incase of overlay problems just increase the min-height*/
}
 .buttonadjustment {
    margin-left: 35%;
      
}

.remove-header5 {display: none;}
.remove-header6 {display: block;}
}
@media screen and (max-width: 767px) {

    /* Mobile */
.video-section .pattern-overlay {
/*background-color: rgba(0, 0, 0, 0.5);*/
padding: 110px 0 32px;
min-height: 825px; 
margin-top: 5px;
/* Incase of overlay problems just increase the min-height*/
}
    .buttonadjustment {
    margin-left: 0%;
}
.remove-header5 {display: block;}
.remove-header6 {display: none;}
}