/* Le code CSS de la démo */

.selecteur{
    width: 100vh;
    height: 68vh;
    overflow: scroll;
    display: flex;
    left: 0px;
}

img{
    width: 100vh;
    position: relative;
    scroll: 100px;
}

.contenue{
    display: flex;
    flex-direction: row;
}