
.scroll-container {
    display: flex;
    height: 100vh;
    /* width: max-content; */
    overflow-x: hidden;
    overflow-y: hidden;
}
.street{
    position: absolute;
    height: 50px;
    width: 100%;
    bottom: 0px;
    padding: 0px;
}
.bike{
    width: 50px;
    height: 50px;
    border-radius: 150px;
    position: absolute;
}
.cuadro{
    width: 50px;
    position: absolute;
    left: 22px;
    bottom: 14px;
}
.rueda-chica{
    width: 20px;
    position: absolute;
    left: 15.5px;
    max-width: 50px;
    bottom: 6px;
}
.rueda{
    width: 50px;
    position: absolute;
    left: 34px;
    bottom: 6px;
}
.scroll{
    width: 100%;
    bottom: 0;
}

@media (max-width: 768px) {    
    .cuadro{
        bottom: 10px;
    }
    .rueda-chica{
        bottom: 2px;
    }
    .rueda{
        bottom: 2px;
    }
}