.fullscreen-slider, .swiper, .swiper-wrapper, .swiper-slide {width: 100vw; height: 25vw; min-height: 260px}







.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.slider-title {
    color: #fff;
    font-size: 28px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.7);
    background: rgba(35,47,62,0.65);
    padding: 8px 20px;
    letter-spacing: 1px;
    border-radius: 5px;
    text-align: center;
}

.slider-title:empty {display: none}

.slider-text {margin-top: 10px; text-align: center;}
.slider-text a {letter-spacing: 1px;}


.swiper-button-next, .swiper-button-prev {
    color: #fff!important;
    padding-left: 40px;
    padding-right: 40px;
}
.swiper-pagination-bullet {
    background: #fff!important;
    opacity: 0.7;
}
.swiper-pagination-bullet-active {
    background: #ff9900;
    opacity: 1;
}