.image-gallery.theme-one {
  display: grid;
  grid-template-columns: repeat( auto-fill, minmax(160px,1fr) );
  grid-gap: 15px;
}
.image-gallery.theme-one > a,
.image-gallery.theme-one > article {
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}
.image-gallery.theme-one > a img,
.image-gallery.theme-one > article img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  transition: all 0.3s;
  z-index: 0;
}
.image-gallery.theme-one > a detail,
.image-gallery.theme-one > article detail {
  display: none;
}
.image-gallery.theme-one > a .img-info,
.image-gallery.theme-one > article .img-info,
.image-gallery.theme-one > a .img-hover,
.image-gallery.theme-one > article .img-hover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
.image-gallery.theme-one > a .img-info h4,
.image-gallery.theme-one > article .img-info h4,
.image-gallery.theme-one > a .img-hover h4,
.image-gallery.theme-one > article .img-hover h4,
.image-gallery.theme-one > a .img-info h6,
.image-gallery.theme-one > article .img-info h6,
.image-gallery.theme-one > a .img-hover h6,
.image-gallery.theme-one > article .img-hover h6 {
  color: white;
  margin: 0;
  padding: 0;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 1.2em;
  padding: 12px;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 14px 40px 40px rgba(0, 0, 0, 0.5600000000000001);
  transition: all 0.3s;
}
.image-gallery.theme-one > a .img-info h6,
.image-gallery.theme-one > article .img-info h6,
.image-gallery.theme-one > a .img-hover h6,
.image-gallery.theme-one > article .img-hover h6 {
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
}
.image-gallery.theme-one > a:hover,
.image-gallery.theme-one > article:hover {
  box-shadow: inset 0px 0px 40px 1px rgba(255, 255, 255, 0.2);
}
.image-gallery.theme-one > a:hover img,
.image-gallery.theme-one > article:hover img {
  transform: scale(1.05);
}
.image-gallery.theme-one > a:hover .img-info h4,
.image-gallery.theme-one > article:hover .img-info h4,
.image-gallery.theme-one > a:hover .img-hover h4,
.image-gallery.theme-one > article:hover .img-hover h4,
.image-gallery.theme-one > a:hover .img-info h6,
.image-gallery.theme-one > article:hover .img-info h6,
.image-gallery.theme-one > a:hover .img-hover h6,
.image-gallery.theme-one > article:hover .img-hover h6 {
  background: none;
  box-shadow: none;
}
.image-gallery.theme-one > a:hover .img-info h6,
.image-gallery.theme-one > article:hover .img-info h6,
.image-gallery.theme-one > a:hover .img-hover h6,
.image-gallery.theme-one > article:hover .img-hover h6 {
  opacity: 0;
}
.pswp__caption {
  color: white;
}
.pswp__caption em {
  text-align: center;
  display: block;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.7px;
  margin: 0 0 12px 0;
  font-style: normal;
}
.pswp__caption p {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35em;
}
