.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .swiper-slide.video{
     width: 600px;
  }

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

  
@media screen and (max-width: 800px) {
	.swiper-slide.video{
        width: 300px;
     }
}

  .swiper-button-prev {
    border-radius: 6px;
    margin-left:-5px;
    FONT-WEIGHT: 800 !important;
    padding: 10px 20px; 
}  
.swiper-button-next {
  border-radius: 6px;
    margin-right: -5px;
    FONT-WEIGHT: 800 !important;
    padding: 10px 20px; 
}  
