/*  ---------- DEFAULT (PHONES) ----------  */
*{
    margin: 0;
    padding: 0;
}
body{
    position: relative;
    background-color: #000;
    background-size: auto 93%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
a#Exit{
    position: absolute;
    right: 0;
    top: 2vh;
    width: 44px;
    height: 66px;
    opacity:0.5;
    background: url(i3/btn_SSPage_SShots_Exit.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 25px 34px;
}
div#loader{
    position: absolute;
    width: 50vw;
    height: 25vh;
}
img#ss_LOAD_L{
    visibility: hidden;
    width: auto;
    height: 50%;
}
img#ss_LOAD_R{
    visibility: hidden;
    width: auto;
    height: 50%;
}
div#scrBtn_L, div#scrBtn_R{
    position: absolute;
    top: 47vh;
    width: 44px;
    height: 68px;
    opacity:0.4;
}
div#scrBtn_L{
    left: 0;
}
div#scrBtn_R{
    right: 0;
}
div#scrBtn_L img, div#scrBtn_R img{
    width: 44px;
    height: 68px;
}





/*  ---------- DEFAULT (HORIZONTAL PHONES) ----------  */
@media all and (min-device-width: 360px) and (max-device-width: 440px) and (orientation: landscape) {
    body{
        background-size: auto 89%;
    }
}




/* TABLETS: S,M,L */
@media (min-device-width: 744px) and (max-device-width: 1032px) {
    a#Exit{
        top: 4vh;
        width: 75px;
        height: 120px;
        background-size: 46px 63px;
    }
    div#scrBtn_L, div#scrBtn_R{
        width: 83px;
        height: 126px;
    }
    div#scrBtn_L img, div#scrBtn_R img{
        width: 83px;
        height: 126px;
    }
}








