.slide {
  height: 410px;
  width: 100%;
  background-size: 100% auto !important;
  background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.6)), url("https://globein.com/bekitzur/htdocs/images/artisan-gift-box/nastywoman/blog-cover.jpg");
}
@media all and (max-width: 960px) {
  .slide {
    background-size: auto 100% !important;
  }
}
.swiper-prev,
.swiper-next {
  margin-top: -20px;
}
.swiper-img-offset {
  height: 100%;
}
.swiper-caption {
  color: white;
  margin-top: -120px;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: bold;
}
@media all and (max-width: 570px) {
  .swiper-caption {
    margin-top: -200px;
  }
}
@media all and (max-width: 570px) {
  .swiper-caption {
    margin-top: -350px;
  }
}
.swiper-pagination {
  display: none;
}
