.batllo-intro { position: absolute; right: -50px; max-width: 550px; z-index: 999; }
.batllo-journey { max-width: 950px; }
.batllo-journey .fondo-morado { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; text-align: left; }
.batllo-interface { position: absolute; top: -200px; z-index: 999; }
.batllo-xr { position: absolute; bottom: -200px; right: 100px; z-index: 999; max-width: 450px; }

@media screen and (max-width: 991px) {
    .batllo-intro { position: relative; right: auto; max-width: none; }    
    .batllo-interface { position: relative; top: 0px; }
    .batllo-xr { position: relative; bottom: 0px; right: 0px; max-width: none; margin-top: 30px; }
}    
