@media screen and (max-width: 480px) {
    .main-window video {
        display: none;
    }
    .wm-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
}