@media (max-width: 1280px) or (max-height: 900px) {
    .slide-background:not(.rrss) {
        background-color: rgba(0, 0, 0,.2);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100svh;
    }

    .slide-background.multimedia, .slide-background.experiencias {
        background-color: rgba(255, 255, 255, 0.7);;
    }

    .multimedia > .slide-container, .experiencias > .slide-container, .interactivo > .slide-container {
        background-color: transparent;
    }
    
    .slide-container {
        clip-path: unset;
        height: unset;
        background: unset;
        position: unset;
        height: 100%;
    }

    .slide-background.kultur-go, .slide-background.kultur-play, .slide-background.multimedia, .slide-background.experiencias, .slide-background.interactivo {
        width: 560px;
        left: 70px;
    }

    .slide-video-background.kultur-go, .slide-video-background.kultur-play, .slide-video-background.multimedia, .slide-video-background.experiencias, .slide-video-background.interactivo {
        height: 650px;
        position: relative;
        left: 700px;
    }

    .slide-video-background.kultur-go {
        left: 250px;
    }

    .slide-video-background-overlay.kultur-go {
        max-width: 280px;
        max-height: 570px;
    }

    .slide-video-background-overlay.kultur-play {
        max-height: 550px;
    }

    .slide-background.kultur-play {
        background-color: unset;
    }

    .kultur-play-side-content {
        left: 500px;
    }
}