.pswp__custom-caption {
  /* background: rgba(75, 150, 75, 0.75); */
  background: rgba(0,0,0,0.5);
  font-size: 16px;
  color: #fff;
  width: calc(100% - 32px);
  /* max-width: 400px; */
  padding: 2px 8px;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
}
.pswp__custom-caption a {
  color: #fff;
  text-decoration: underline;
}
.hidden-caption-content {
  display: none;
}

.gallery_link {
    position:relative;
    width:32%;
    padding-bottom:30%;
    overflow:hidden;
    margin-bottom:1rem;
    margin-right:1%;
}
.gallery_img {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.pswp__dynamic-caption--aside {
    max-width: 500px !important;
    margin-top: 0px !important;
    top:0 !important;
    /* padding: 20px 15px 20px 20px; */
}