body { 
    background: url('../../img/assets/nsfw-bg.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    -ms-filter : "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/assets/nsfw-bg.jpg', sizingMethod='crop')";
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/assets/nsfw-bg.jpg', sizingMethod='crop');        
}

.door {
    position: fixed;
    min-height: 90%;
    max-width: 11%;
    bottom: 0px;
    padding: 0px;
    margin: 0px;    
}

#door-left{
    left: 0px;
}

#door-right{
    right: 0px;
}

#desk{
    position: fixed;
    bottom: 0px;
    left: 10%;
    min-height: 35%;
    max-width: 80%;
}

#nsfw-div-logo{
    position: fixed;
    display: block;
    width: 100%;
    text-align: center;
    top: 10%;
}

#nsfw-logo{
    max-width: 100%;
    margin-left: 0;
}

#nsfw-div-computer{
    position: absolute;
    display: block;
    bottom: 10%;
    text-align: center;
    width: 100%;
}

#nsfw-computer{
    max-width: 80%;
    max-height: 400px;
    min-width: 200px;
    min-height: 300px;
    margin-left: -2%;
}

#nsfw-play-button{
    position: absolute;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    #nsfw-computer{
        min-height: 300px;
        max-height: 350px;
    }
    #nsfw-logo{
        max-width: 100%;
        max-height: 150px;
        margin-left: -5%;
    }
}


@media only screen 
and (min-device-width : 321px) 
and (max-device-width : 767px) 
and (orientation : landscape) {
    #nsfw-computer{
        min-height: 150px;
        max-height: 200px;
    }
    #nsfw-logo{
        max-width: 100%;
        max-height: 50px;
        margin-left: -5%;
    }
}

@media only screen 
and (max-device-width : 320px) 
and (orientation : landscape) {
    #nsfw-computer{
        min-height: 150px;
        max-height: 175px;
    }
    #nsfw-logo{
        max-width: 100%;
        max-height: 35px;
        margin-left: -5%;
    }
    #nsfw-div-logo{
        position: fixed;
        display: block; 
        width: 100%;
        text-align: center;
        top: 0%;
    }
}

@media only screen 
and (max-device-height : 320px) 
and (max-device-width : 480px)
and (orientation : landscape) {
    #nsfw-computer{
        min-height: 150px;
        max-height: 175px;
    }
    #nsfw-logo{
        max-width: 100%;
        max-height: 35px;
        margin-left: -5%;
    }
    #nsfw-div-logo{
        position: fixed;
        display: block; 
        width: 100%;
        text-align: center;
        top: 0%;
    }
    #nsfw-div-computer{
        position: absolute;
        display: block;
        bottom: 2%;
        text-align: center;
        width: 100%;
    }
}