@media only screen and (min-width: 768px) and (max-width: 991px) {
    .login li {
        /*padding: 8px 5px 5px 5px;*/
        border: 1px solid transparent!important;
        border-radius: 5px;
        margin-right: 0px;
    }
    #main-bg {
        height: 520px;
    }
    #laptop {
        margin-top: 123px;
    }
    #play {
        display: none!important;
    }
    #play-hover {
        display: inline !important;
        opacity: 1 !important;
    }
    #faq nav {
        position: relative;
        width: 500px;
        margin-left: 100px;
    }
    #faq nav li {
        clear: none;
        margin-right: 30px;
    }
    #face-1 {
        right: 150px;
    }
    #face-2 {
        left: 210px;
    }
    .parallax-container {
        height: 760px;
    }
    .parallax {
        height: 500px;
        background-attachment: scroll;
    }
    
    .home-box {
        height: 570px;
    }
    
    #register_big {
        min-height: 700px;
    }

    footer{
        font-size: 0.85em;
    }
}