.vvs-snippet-full-width-image-and-link {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .vvs-snippet-full-width-image-and-link {
    margin-bottom: 60px;
  }
}

.vvs-snippet-full-width-image-and-link__item {
  display: block;
  width: 100%;
  height: 400px;
  background: no-repeat center center;
  background-size: cover;
  outline: none;
}

@media screen and (min-width: 768px) {
  .vvs-snippet-full-width-image-and-link__item {
    height: 450px;
  }
}

.vvs-snippet-full-width-image-and-link .swiper-pagination-bullet {
  background-color: transparent;
  border: solid 2px #ffffff;
  width: 12px;
  height: 12px;
  opacity: 1;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}

.vvs-snippet-full-width-image-and-link .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.vvs-snippet-full-width-image-and-link .swiper-button-prev,
.vvs-snippet-full-width-image-and-link .swiper-button-next {
  display: none;
}

@media screen and (min-width: 1120px) {
  .vvs-snippet-full-width-image-and-link .swiper-button-prev,
  .vvs-snippet-full-width-image-and-link .swiper-button-next {
    display: block;
    background-position: center;
    background-color: #f5f5f5 !important;
    width: 40px;
    height: 50px;
    opacity: 1;
  }
}

.vvs-snippet-full-width-image-and-link .swiper-button-next {
  position: absolute;
  top: 49%;
  background-image: url("//cdn.vivense.com/images/cms/widgets/hero_urunler_slider/next-arrow.png");
  background-size: 35%;
  background-repeat: no-repeat;
  right: 0;
}

.vvs-snippet-full-width-image-and-link .swiper-button-next::after {
  display: none;
}

.vvs-snippet-full-width-image-and-link .swiper-button-prev {
  position: absolute;
  top: 49%;
  background-image: url("//cdn.vivense.com/images/cms/widgets/hero_urunler_slider/prev-arrow.png");
  background-size: 35%;
  background-repeat: no-repeat;
  left: 0;
}

.vvs-snippet-full-width-image-and-link .swiper-button-prev::after {
  display: none;
}
/*
.vvs-snippet-full-width-image-and-link .swiper-button-disabled {
  display: none !important;
}
*/