@media (max-height: 450px) and (orientation: landscape) {
    .rotate-overlay {
        display: flex;
    }

    body {
        overflow: hidden;
    }
}