.carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    line-height: 0;
}

.carousel img {
    display: block;
    width: 100%;
    max-width: 280px;
    height: auto;
}

.main-container {
    margin-top: 0px;
    padding-top: 30px;
}