.home-marquee {
    width: 100vw !important;
    height: 250px;
    overflow: hidden !important;
}

.home-marquee>div {
    position: absolute;
    top: 0;
    left: 0;
}

.home-marquee>div>div {
    flex-shrink: 0;
    z-index: 10;
}