.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1600px;
    height:auto;
    background: #222;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    padding: 15px;
    box-shadow: #0f0f0f 5px 5px 15px;
}



.swiper {
    width: fit-content;
    
    height: fit-content;
}

.swiper-slide img{
    border-radius: 10px;
    width: 100%;
    height: 100%;
    max-height: 1000px;
    display: block;
    object-fit:cover;
}

.swiper .swiper-button-prev, .swiper .swiper-button-next{
    color: #c70404;
}

.swiper .swiper-pagination-bullet-active {
    background: #c70404;
}


