.flex {
  display: flex;
}

.block {
  display: block;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination {
  bottom: 5% !important;
}

.swiper-pagination-bullet-active {
  background: #2ad4ff !important;
}

.swiper-pagination-bullet {
  background: #48c0de8f;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: turquoise;
}

.snowflake {
  position: absolute;
  width: 10px;
  height: 10px;
  background: linear-gradient(
    white,
    white
  ); /* Workaround for Chromium's selective color inversion */
  border-radius: 50%;
  filter: drop-shadow(0 0 10px white);
}

@media screen and (min-width: 996px) {
  .swiper-button-next {
    right: 10%;
  }

  .swiper-button-prev {
    left: 305px;
  }
}
