.nav {
    z-index: ;
}
.banner {
    background: url(../img/theletter/banner.png) bottom center no-repeat;
    background-position: fixed!important;
    background-size: cover!important;
}
section.content {
    position: relative;
    z-index: 10;
}
.banner-video {
    position: fixed!important;
    top: -150px!important;
    z-index: 1!important;
    width: 100%!important;
}
.video-container {
    background: url(../img/theletter/banner.png) center center!important;
}
.bgdownload {
    position: relative;
    z-index: 2;
}
.video-content {
    position: absolute;
    top: 10%;
    height: 6em;
    margin-top: -3em;
    width: 100%;
    z-index: 2;
}
.video-button {
    background: transparent;
    border: 3px solid #fff;
    padding: 10px;
    margin: 10px;
    transform: scale(1);
    transition: all .2s ease-in-out;
}
.video-button:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.1);
}
.video-button a:hover {
    text-decoration: none!important;
    border: 0!important;
}
.logo-banner {
    position: relative;
    width: 200px;
}
.banner-content .filter {
    height: 200vh;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+99&0.5+0,0.8+56,1+99 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 56%, rgba(0, 0, 0, 1) 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 56%, rgba(0, 0, 0, 1) 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.8) 56%, rgba(0, 0, 0, 1) 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}
#playTrailer .modal-content {
    background: transparent;
    box-shadow: none;
    border: 0;
    outline: 0;
}
button.playTrailer {
    border: 2px solid #fff!important;
    opacity: 1;
    color: #fff;
    position: relative;
    z-index: 3;
    border-radius: 100%;
    height: 40px;
    width: 40px;
}
button.playTrailer:hover {
    background: rgba(255, 255, 255, 0.5)!important;
    opacity: 1;
    border: 2px solid #fff!important;
    color: #fff!important;
}
.parent {
    position: relative;
    width: 25%;
    margin: -10% auto 0 auto;
    /* positioning tweak */
    left: 2%;
    top: 60px;
}
.parent:before {
    content: "";
    display: block;
    padding-top: 61.37%;
}
.ryu {
    position: absolute;
    left: 20px;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('../img/theletter/logo-animated3.png') no-repeat 0 0%;
    background-size: 78.1%;
    animation: sprite 1s steps(14) infinite;
}
@keyframes sprite {
    from {
        background-position: 0 0%;
    }
    to {
        background-position: 0 100%;
    }
}
.banner-border {
    border-image: url('../img/theletter/banner-border.png') 93 92 87 92 stretch stretch;
    border-color: #f4be52;
    border-style: inset;
    position: absolute;
    border-width: 60px;
    display: block;
    width: 95%;
    height: 90%;
    background-color: transparent;
    margin: 0 auto;
    top: 50px;
    left: 2.5%;
    z-index: 2;
}
@media all and (max-width: 500px) {
    img.frame {
        border-width: 0px;
        width: 100%;
    }
}
.content {
    position: relative;
    z-index: 10!important;
}
}
@media (max-width: 1200px) {
    .banner-video {
        top: -30px!important;
    }
    .banner-content .filter {
        top: -10px!important;
    }
}
.download-button {
    position: absolute;
    z-index: 9;
    bottom: 16px;
    left: 10%;
    color: #fff;
    width: 80%;
    text-align: center;
    transform: translateY(-10px);
    transition: all .1s ease-in;
}
.download-button:hover {
    transform: translateY(0px);
}
.download-button span {
    position: relative;
    display: block;
    top: 30px;
    opacity: 0;
    color: #fff;
    transition: all .2s ease-in-out;
}
.download-button:hover span {
    position: relative;
    top: 20px;
    color: #fff;
    opacity: 1;
}
.download-button:hover .banner-content .filter {
    background: red!important;
}
.playbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px -50px;
    z-index: 9;
}
.playbutton img {
    width: 100px;
    transform: scale(1);
    opacity: 0.5;
    transition: all .2s ease-in-out;
}
.playbutton:hover img {
    transform: scale(1.1);
    opacity: 1;
}