.ea-gallery{
  background: linear-gradient(to bottom, #0084C1, #385744);
}
.ea-gallery .eg-carousel .eg-image img {
  margin-bottom: 16px;
  object-fit: cover;
  width: 100%;
}

.ea-galery .swiper-container {
    margin: 0 auto;
    display: flex;
    position: relative;
    flex-direction: column;
    height: auto;
    width: 100%;
    /* Fix of Webkit flickering */
    z-index: 1;
    padding: 0 20%;
}

.ea-gallery .swiper-container img + img {
  margin-top: 32px;
}

.ea-gallery .swiper-container img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  box-shadow:  0px 0px 10px rgba(0, 0, 0, 0.25);
  transition: .7s;
  height: 200px;
}

.ea-gallery .btn-white-open:hover{
  background: #fff;
  border-color: #fff;
  color: #385744
}


.ea-gallery .swiper-container-no-flexbox .ea-swiper-slide {
    float: left;
}

.ea-swiper-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: inherit;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container {
    flex-shrink: 0;
}

.ea-gallery .swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0, 0, 0);
}

.ea-gallery .swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.ea-gallery .swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.ea-gallery .swiper-container .swiper-scrollbar {
  position: relative;
  max-width: 400px;
  inset: unset;
    height: 8px;
    width: 270px;
    margin: 32px auto 0;
    border-radius: 30px;
    -ms-touch-action: none;
    background: rgba(255, 255, 255, 0.3);
}

.ea-gallery .swiper-scrollbar-drag {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    border-radius: inherit;
}

.ea-gallery .swiper-scrollbar-drag::before {
    position: absolute;
    content: '';
    width: 23px;
    height: 23px;
    border: 7px solid #ffffff;
    background-color: #12B0E2;
    border-radius: 50%;
    cursor: pointer;
}

@media (min-width: 768px) {
  .ea-gallery .swiper-container img {
  height: 400px;
}

}


@media (min-width: 992px) {
  .ea-gallery .swiper-container .swiper-scrollbar {
    margin-top: 80px;
  }

}