.mobile-load-title-overlay .mobile-load-title{
    display: none !important;
}
/* .mobile-start-overlay button, .start-overlay button{
    top: 0;
    height: 100vh;
    width: 100vw;
    transform: unset;
}
.mobile-start-overlay button svg, .start-overlay button svg{
    width: 100vw;
    height: 100vh;
} */

@media only screen and (max-height: 600px) and  (orientation: landscape){
    .slide{
        width: 100vw !important;
    }
    
    /* .slide-container{
        width: 100vw !important;
    } */
}

@media only screen and (max-width: 600px) and  (orientation: portrait){
}