.gallery-slider .owl-stage{
  overflow: hidden;
  padding-bottom: 0;

}

#counter {
  text-align:center;
  color: #fff;
  margin-top: 10px;
}


.gallery-slider{
  background-color: transparent;

}

.gallery-slider .item{
  width: 100%;
}




.gallery-slider img{
  max-width: 100%;
  height: calc(100vw / 12 * 8) !important;
  max-height: 700px !important;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
}