@media (max-width: 1000px) {

    @media (orientation: portrait) {
        .aside-panel > .popup main {
            width: 100%;
            height: 60%;
        }

        .aside-panel > .popup aside {
            width: 100%;
            height: 40%;
        }

        .menu {
            height: 100%;
        }

        .popup main .flex-container {
            width: 100%;
            height: inherit;
            padding: 0 40px 0 40px;
        }

        .flex-container .scrollable-content {
            font-size: 20px;
            margin-top: 1rem;
        }

        .wrapper-moyosa .close-icon-screenspace {
            right: 40px;
        }

        .worldspace-container {
            width: 850px;
        }

        .popup.screenspace-panel main {
            padding: 40px 0;
            width: 100%;
            overflow-x: hidden;
        }

        .popup.screenspace-panel main > * {
            padding: 0 40px;
        }

        .popup.screenspace-panel .row {
            display: flex;
            flex-wrap: wrap;
        }

        .popup.screenspace-panel .feature {
            width: 100%;
        }

        .popup.screenspace-panel .feature:first-child {
            margin-right: 0;
        }

        .popup.screenspace-panel h1 {
            font-size: 32px;
            margin-bottom: 20px;
            width: 80%;
        }

        .popup.screenspace-panel h2 {
            font-size: 20px;
        }

        .popup.screenspace-panel p {
            font-size: 18px;
            margin-bottom: 20px;
        }

        .popup.screenspace-panel .close-icon {
            padding: 35px;
        }
        
        .popup.screenspace-panel .container {
            flex-direction: column;
        }
        
        .popup .image-container {
            width: 45%;
            margin: 0 auto;
            text-align: center;
        }
        
        .popup .image-container.coming-soon-image img {
            width: 70%;
            margin: 50px 0 0 0;
        }

        .popup .shop-now p {
            font-size: 14px;
            margin: 0 20px 0 10px;
        }
    }

    @media (orientation: landscape) {
        .aside-panel .popup main {
            height: 100%;
            width: 60%;
        }

        .aside-panel > .popup aside {
            height: 100%;
            width: 40%;
        }

        .popup main .flex-container {
            padding: 0 40px 0 40px;
        }

        .flex-container .scrollable-content {
            font-size: 20px;
            margin-top: 1rem;
        }

        .wrapper-moyosa .close-icon-screenspace {
            right: 35px;
        }

        .worldspace-container {
            width: 800px;
        }
    }

    :not(.popup-worldspace) > .popup h1 {
        font-size: 25px;
    }

    :not(.popup-worldspace) > .menu h1 {
        font-size: 35px;
    }

    :not(.popup-worldspace) > .help h1 {
        font-size: 30px;
    }

    :not(.popup-worldspace) > .popup p {
        font-size: 18px;
        margin-top: 15px;
    }

    :not(.popup-worldspace) > .menu li {
        font-size: 23px;
    }
}
