/** hide the video button **/
.wp-custom-header-video-button {
     visibility: hidden;
}
/*
.maintitle,
.subtitle {
  color: white!important;
}
@media only screen and (max-width: 767px) {
    .text-slider .maintitle {
        font-size: 38px;
    }
    .text-slider .subtitle {
        font-size: 24px;
    }
}
*/
/* trying to lighten the header image */
.header-image .overlay {
  opacity: 0.2;
}