.swiper-container.full-page {
    width: 100%;
    height: 100vh;
}

.swiper-slide {
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
}

.swiper-button-down {
    position: absolute;
    color: #000;
    bottom: 20px;
    left: 50%;
    z-index: 99;
    /*margin-left: calc(0px - (var(--swiper-navigation-size)/ 2));*/
}

.disabled_swiper_button {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
/*
.swiper-slide:after {
  content: '';
  background: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}*/

/*
.swiper-slide .swiper-slide-caption {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  align-self: center;
  z-index: 2;
  color: #fff;
  font-size: 14px;
}*/

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    width: auto;
    color: #FFF;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
    color: #000000;
    opacity: 1;
}

.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
    content: none;
}

.background-text, .background-text-mobile, .background-text-desktop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
}

.swiper-slide h1 {
    font-family: var(--title-font-family), serif;
    font-size: 48px;
}

.swiper-slide h2 {
    font-family: var(--title-font-family), serif;
    font-size: 40px;
}

.swiper-slide h3 {
    font-family: var(--title-font-family), serif;
    font-size: 36px;
}

.swiper-slide, .swiper-slide p {
    font-family: var(--text-font-family), sans-serif;
    font-size: 16px;
    color: rgba(46, 46, 46, 1);
}


@media (max-width: 767px) {
    .background-text-desktop {
        background-color: transparent !important;
    }
}

@media (min-width: 768px) {
    .background-text-mobile {
        background-color: transparent !important;
    }
}
