﻿.swiper {
    height: 100vh;
    width: 100vw;
}
.swiper-button-next.sitefinity, .swiper-button-prev.sitefinity{
    color: var(--primary);
}
.swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}
.sitefinity-swiper-img{
    height:100%;
    object-fit:cover;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background: var(--primary);
}

@media screen and (max-width: 967px) {
    .swiper {
        height:100%;
    }
}
  