/* Make LightGallery close icon larger and add padding */
.lg-close {
  font-size: 2.5em !important;
  width: 2em !important;
  height: 30px !important;
  padding: 0.7em !important;
  /* top: 20px !important; */
  /* right: 20px !important; */
}
.lg-outer .lg-img-wrap {
  padding: 85px 5px !important;
}
.lg-icon {
  font-size: 50px !important;
}
.lg-sub-html {
  padding: 0px 0px 44px 0px !important;
}
#lg-counter {
  color: #999;
  /* display: inline-block; */
  font-size: 30px !important;
  padding-left: 20px !important;
  padding-top: 38px !important;
  vertical-align: middle !important;
  float: right !important;
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -25px, 0) !important;
  transform: translate3d(0, -25px, 0) !important;
}

/* Custom LightGallery styles */
/* .lg-img-wrap img,
.lg-image {
  max-width: 90vw !important;
  max-height: 90vh !important;
}
.lg-sub-html,
.lg-sub-html h4 {
  font-size: 1.5em !important;
} */
