.cc-slider > .swiper .swiper-button-next,
.cc-slider > .swiper .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 575px) {
  .cc-slider > .swiper .swiper-button-next,
  .cc-slider > .swiper .swiper-button-prev {
    display: none;
  }
}

.cc-slider > .swiper .swiper-slide {
  height: 432px;
  max-height: 80vh;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width:  768px) { .cc-slider > .swiper .swiper-slide { height: 464px; } }
@media (min-width:  880px) { .cc-slider > .swiper .swiper-slide { height: 495px; } }
@media (min-width:  992px) { .cc-slider > .swiper .swiper-slide { height: 558px; } }
@media (min-width: 1096px) { .cc-slider > .swiper .swiper-slide { height: 617px; } }
@media (min-width: 1200px) { .cc-slider > .swiper .swiper-slide { height: 675px; } }
@media (min-width: 1300px) { .cc-slider > .swiper .swiper-slide { height: 731px; } }
@media (min-width: 1400px) { .cc-slider > .swiper .swiper-slide { height: 788px; } }
@media (min-width: 1500px) { .cc-slider > .swiper .swiper-slide { height: 843px; } }
@media (min-width: 1600px) { .cc-slider > .swiper .swiper-slide { height: 898px; } }
@media (min-width: 1700px) { .cc-slider > .swiper .swiper-slide { height: 953px; } }
@media (min-width: 1800px) { .cc-slider > .swiper .swiper-slide { height: 1008px; } }
@media (min-width: 1900px) { .cc-slider > .swiper .swiper-slide { height: 1063px; } }
@media (min-width: 2000px) { .cc-slider > .swiper .swiper-slide { height: 1118px; } }

.cc-slider > .swiper .swiper-slide.cc-bg-top {
  background-position-y: top;
}

.cc-slider > .swiper .swiper-slide.cc-bg-bottom {
  background-position-y: bottom;
}

/* ================== */

.cc-news > .card {
  width: 100%;
  box-shadow: var(--cc-box-shadow);
}

.cc-news > .card:hover {
  box-shadow: var(--cc-box-shadow-hover);
}

.cc-news > .card > .row > * {
  max-width: 100%;
  max-height: 100%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.cc-news > .card > .row > .cc-news__image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cc-news > .card > .row > .cc-news__image > img {
  max-width: 100%;
  max-height: 250px;
}

.cc-news > .card > .row > * > .card-body > .card-title {
  margin-bottom: 0;
}

/* ================== */

.modal .modal-body button {
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: content-box;
  width: 5%;
  height: auto;
  aspect-ratio: 1 / 1;
  padding: 0;
  margin: 2%;
  border: 0;
}
