    html,
    body {
      position: relative;
      height: 100%;
    }

    .swiper-container {
      width: 100%;
      margin-left: auto;
      margin-right: auto;

    }

    .swiper-slide {
/*      padding-top: 35.32986%;*/

      background-size: cover;
      background-position: center;
    }

    .gallery-top {
      width: 100%;
    }

    .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .gallery-thumbs .swiper-slide {
      height: 100%;
     opacity: 0.4;
     padding-top: 5.32986%;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }

    @media screen and (max-width: 899px) {
	    .gallery-thumbs {
	      display: none;
	    }
    }
    
    .swiper-button-prev, .swiper-button-next i {
        display: inline;
        font-size: 36px;
    }



@media screen and (max-width: 768px) {
.swiper-button-next,.swiper-button-prev{
	top:70% !important;
	width:10px !important;
	height:22px !important;
	margin-top:-22px !important;
	background-size:10px 22px !important;
	background-position:center;
	background-repeat:no-repeat
}
}
.swiper-pagination-bullet-active {
	background: #0B41CD !important;
}

.swiper-pagination-bullet {
	width: 16px !important;
	height: 16px !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 20px !important;
}
