.swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-navigation {
  margin-top: auto;
}
.carousel-text-inner {
  padding: 0 1.3% 50px 1.3%;
  line-height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  z-index: 2;
}
.carousel-text-inner h3 {
  font-family: 'WickedGrit';
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 40px;
  line-height: 2.5rem;
  margin-bottom: 10px;
}
.carousel-text-inner a {
  color: #fff !important;
}
.carousel-content::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  height: 50%;
  /*background: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 40%);*/
  background: linear-gradient(0deg, #000000, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
  content: ' ';
}
.swiper-pagination-bullets {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate(0);
  z-index: 10;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #ffffff);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, #ffffff);
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 25px;
  left: 0;
  width: 100%;
}
.news .news-list-view {
  margin-bottom: -16px;
}
.news .swiper-container .row {
  margin: auto !important;
}
.swiper-button-prev,
.swiper-button-next {
  color: #000 !important;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
@media only screen and (orientation: portrait) {
  .swiper-slide {
    background-position: center;
    height: calc(60vh - 110px) !important;
  }
  .carousel-text-inner h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (orientation: landscape) {
  .swiper-slide {
    height: calc(100vh - 110px) !important;
  }
}
