#force-overlap-container {
    height: 400px;
    width: 600px;
}

#banner-container {
    width: inherit;
    height: 400px;
    position: absolute;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

#banner-container::-webkit-scrollbar {
    display: none;
}

.banner-art {
    width: inherit;
    height: 100%;
    display: unset;
    object-fit: cover;
    object-position: top;
    scroll-snap-align: center;
}

#overlay {
    width: inherit;
    height: 400px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

#img-carousel-ctrl {
    height: 20px;
    position: absolute;
    display: flex;
    flex-direction: row;
    z-index: 1;
    border-radius: 20px;
    margin-bottom: 5px;
    margin-right: 5px;
}

#img-carousel-step {
    display: flex;
    flex-direction: row;
    color: #777777b4;
    background-color: #5555557a
}

.elipse-paragraph {
    margin: 0px;
    padding: 0px;
    margin-left: 4px;
    margin-right: 4px;
}

.img-carousel-rotate {
    width: 20px;
    height: 20px;
    color: lightgray;
    background-color: #3b3b3b7c;
    border: none;
}

#img-carousel-left {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

#img-carousel-right {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}


/*•••••*/