.logo img{ width:350px;}

.subscribe .header p {
    color: #ffffff;
    text-shadow: 333333 0 1px 0;
}

.countdown {
    background-color: rgba(30, 30, 30, 0.8);
    border-top: 1px solid #333333;
    -webkit-box-shadow: inset #333333 0 1px 0;
    -moz-box-shadow: inset #333333 0 1px 0;
    box-shadow: inset #333333 0 1px 0;
}

.countdown .wrappbar .pbar {
  background-color: #aecc04;
  border-top: 1px solid #c0392b;
  -webkit-box-shadow: inset #aecc04 0 1px 0;
  -moz-box-shadow: inset #aecc04 0 1px 0;
  box-shadow: inset #aecc04 0 1px 0;
}


#myvideo {
    position: fixed;
 height: 100vh;
 width:100vw;
 overflow:hidden;
 background-color:yellow;
}

#myvideo video {
height:auto;
width:100vw;
margin:0 auto;
min-height:100vh;
}

/* Add some content at the bottom of the video/page */
.content {
    position: fixed;
    bottom: 0;
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    height:40%;
    }
    
    
.countdown  {
     height:120px !important;
    margin-top: -100px;
    }
    
    .fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('../../videoscreenshot.jpg') center center / cover no-repeat;
    }
    
    .content {
    position: fixed;
    bottom: 0;
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    height:80%;
    }

    .fullscreen-bg__video {
        display: none;