.swiper {
  width: 100vw;
  height: 400px;
}

.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #ffffff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.imgs{
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}

.swiper-button-next, .swiper-button-prev{
        font-size: 45px;
        color: aliceblue;
}

@media (width >= 64rem){
  .swiper{
    height: 500px;
  }

  .imgs{
    object-fit: cover;
    height: 100%;
  }


}