@media only screen and (max-width: 600px) and (max-height: 320px) {
    html, body { height: 450px; }
}
@media only screen and (max-width: 480px) and (max-height: 320px) {
    html, body{ height: 370px;}
}
