body {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Scale down orientation suggestion on small landscape screens */
@media (max-height: 600px) and (orientation: landscape) {
    #orientation-suggestion > div {
        transform: scale(0.8);
    }
}