.control-video-buttons { bottom: 20px; color: #ffffff; cursor: pointer; font-size: 15px; position: absolute; left: 20px; font-family: proxima-nova-extra-condensed, sans-serif; }
.control-video-buttons button {color: #ffffff}
.control-video-buttons span {position: relative; top: -3px;}
.control-video-buttons .fa { font-size: 20px; margin-left: 5px; }
.home-header-wrap.mobile {display: none}
iframe#headerVideoPlayer { border-radius: 0; margin-bottom: -7px; }
div#headerVideoPlayer {  background-position: center; background-repeat: no-repeat; background-size: cover; }

@media screen and (max-width: 600px) {
    .home-header-wrap.mobile {display: block}
    .control-video-buttons {display: none}
    .header-video-player-background {width: 100%; height: auto}
    div#headerVideoPlayer { height: 0; }
}
