/*  ---------- DEFAULT (PHONES) ----------  */
*{
    margin: 0;
    padding: 0;
}
body{
    position: relative;
    background-color: #000;
}
a#Exit{
    position: absolute;
    right: 0;
    top: 2vh;
    width: 44px;
    height: 66px;
    opacity:0.5;
    background: url(i2/btn_SSPage_SShots_Exit.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 25px 34px;
}
div#main{
    position: absolute;
    width: 100vw;
    height: 96vh;
    text-align: center;
}
img#ss_IMG{
    width: auto;
    height: 97%;
    border-radius: 3vw;
}
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: 375px) and (max-device-width: 440px) and (orientation: landscape) {

    img#ss_IMG{
        height: 87%;
    }
}





/*  ---------- TABLETS – S,M,L ----------  */
@media (min-device-width: 810px) and (max-device-width: 834px) {
    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;
    }
}
















