.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 50px;
    left: 0;
    width: 100%;
}

.swiper-pagination {
    text-align: left;
    padding-left: 20px;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 0%;
    background: #FFF;
    opacity: 0.2;
}
.swiper-pagination-bullet-active {
    opacity: 1;
}

@media (min-width: 992px) {
 .swiper-container {
        width: 100%;
        height: auto;
    }
    .swiper-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;
    display: flex;
    flex-direction: column;
}
}


/*.swiper-container {
    padding-bottom: 18px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 3px;
    left: 0;
    width: 100%;
}
.swiper-pagination {
    text-align: left;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFF;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: .4;
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {

    background-image: url("next.svg");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {

    background-image: url("prev.svg");
}


.swiper-container.swiper-start-image {
    padding-bottom: 0px;
    width: 100vw;
    height: calc(100vh - 40px);
    overflow: hidden;
    margin-bottom: -24px;
}


.swiper-container.swiper-start-image div.swiper-slide {
    display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      overflow: hidden;
      margin-bottom: 0 !important;
}
.swiper-container.swiper-start-image div.swiper-slide picture {
    margin-bottom: 0 !important;
    height: 100%;
}

    

.swiper-container.swiper-start-image div.swiper-slide figure {
    height: 100%;
    width: 100%;
    position:relative;
    overfow: hidden;
    margin-bottom: 0 !important;
}
.swiper-container.swiper-start-image div.swiper-slide figure picture img {   
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}
@media (min-width: 768px) {
    .swiper-container.swiper-start-image {
        height: calc(100vh - 60px);
    }
}

@media (orientation: portrait) {
 .swiper-container.swiper-start-image div.swiper-slide figure picture img {
        width: auto;
        height: 100%;
    }
}

@media (min-width: 992px) {
 .swiper-container.swiper-start-image div.swiper-slide figure picture img {
        width: 100%;
        height: auto;
    }
}*/
