.SliderContainer {
    display:flex;
    width: 100%;
    height: 90vh;
    overflow-x:scroll;

    scroll-snap-type: x mandatory;
}
.SliderContainer a img{
    flex: 0 0 25%;
    width: 100%;
    object-fit: cover;
    margin: 25px;

   scroll-snap-align: center;  
}
span{
margin:auto;
font-size: 45px;
text-align: center;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}