body{
    font-family: Helvetica,Arial;
    background-color:black;
}
#lightgallery{
    display:none;
}
.lg-icon,.lg-actions{
    display: none;
}
.lg-sub-html{
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}
.lg-sub-html.hide{
    bottom: -460px;
}
body *,body p,body h2,body .lg-sub-html p,body .lg-sub-html{
    font-size: 14px; 
}

@media only screen 
and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: portrait),
only screen
and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) {
    body *,body p,body h2,body .lg-sub-html p,body .lg-sub-html{
        font-size: 40px; 
    }
    body .lg-sub-html{
        padding-bottom: 17px;
    }
    .lg-sub-html.hide{
        bottom:0px !important;
    }
}
