.home_banner {
    position:relative;
    background-color:black;
    height: 100vh;
}

.home_banner .seperator {
    position:absolute;
    bottom:-5px;
    width:100%;
    height:5px;
    background:#DDBB53;
    z-index:9;
}

.home_banner .shadow{
    position:absolute;
    left:0px;
    top:-1px;
    width:100%;
    height:1px;
    -webkit-box-shadow: 0px 2px 5px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 3px rgba(0,0,0,0.75);
    z-index:4;
}

.home_banner > img {
      width: 100%;
      z-index:-1;
      top:0px;
      height:760px;
      display:none;
}

.home_banner_video {
       position:relative;
       left:0px;
       top:0px;
       width:100%;
       height:735px;
       z-index:3;
       overflow:hidden;
 }

.home_banner_video iframe {
       position:absolute;
       width:100%;
       height:200%;
       top:-58%;
}

.DateCountdown {
    width:100%;
    z-index:2;
}

#DateCountdown {
    display:block;
    height:50%;
    width:60%;
    margin-left:auto;
    margin-right:auto;
    margin-top:8%;
    color:white;
    text-shadow: 2px 2px black;
    z-index:1;
    min-width:480px;
}

.camera_wrap {
    height: 100vh!important;
}

.camera_wrap:after{
    content:'';
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.65+0,0+100 */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.home_banner .news_countdown_wrapper {
    position:absolute;
    bottom:0px;
    padding-bottom:18vh;
    width:100%;
    z-index:1;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
/* display:none; */

}

.home_banner .news {
    background:rgba(0,0,0,0.5);
    min-height:50px;
    padding:10px;
    position:relative;
    width:100%;
}

.home_banner .news:empty {
    display:none;
}

.home_banner .news div {
    width:100%;
    height:0px;
    display:block;
    z-index:9991;
    text-align:center;
    color:#DDBB53;
    opacity:0;
    top:0px;
    left:0px;
    -webkit-transition: all 0.55s;
    -moz-transition: all 0.55s;
    -ms-transition: all 0.55s;
    -o-transition: all 0.55s;
    transition: all 0.55s;
}
.home_banner .news div.fadeout {
    opacity:0;
    height:auto;
}
.home_banner .news div.active {
    opacity:1;
    height:auto;
}

.scrolldown_wrapper {
    position:absolute;
    margin:auto;
    bottom:7px;
    text-align:center;    
    display:block;
    z-index:9;
    left: 0;
    right: 0;
}

.scrolldown_btn {
    color:#DDBB53;
    padding:10px 20px;
    border:2px solid #DDBB53;
    border-radius:5px;
}

.scrolldown_btn:hover {
    color:#DDBB53;
}


@media all and (max-width: 768px) {
    .home_banner .news_countdown_wrapper {
            height:100%;
    }
    
    .home_banner .news {
            position:absolute;
            bottom: 18vh;
    }
    
    .DateCountdown {
            position: absolute;
            top:120px;
            left:0px;
    }
}

@media screen and (max-width: 768px) and (orientation:landscape) {
    .DateCountdown {
            display:none;
    }
}
