.swiper {
    width: 100%;
    height: 100%;
}
  
.swiper-slide {
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}

.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}

.swiper-slide {
width: 40%;
}

.swiper-slide:nth-child(2n) {
width: 40%;
}

.swiper-slide:nth-child(3n) {
width: 40%;
}

.swiper-slide:nth-child(4n) {
width: 50%;
}

.swiper-slide:nth-child(5n) {
width: 90%;
}

.swiper-slide:nth-child(6n) {
width: 50%;
}

.swiper-slide:nth-child(7n) {
width: 40%;
}


.swiper-button-next{
    color:white;
    position: fixed;
    right:10px;
    top:50%;
}

.swiper-button-prev{
    color:white;
    position: fixed;
    left:10px;
    top:50%;
}

.swiper-button-prev::after,.swiper-button-next::after{
    font-size: 30px;
}