@media screen and (max-device-width: 1020px) {
    .landscapeOverlay {
        display: none !important;

        /* background-color: #203045;
        z-index: 100000;
        display: block;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: -10px;
        text-align: center;
        padding-top: 5%;
        color: white;
        font-size: 12px;
        right: 0px;
        bottom: 0px; */
    }
}