#carouselContainer {
    position: absolute;
    bottom: -50px;
    left: 0%;
    width: 100%;
    height: 200px;
 
 
    display: flex;
    align-items: center;
    justify-content: end;
 
 
    overflow: hidden;
 }  