.pswp__dynamic-caption {
  color: black;
  position: absolute;
  left: 0;
  top: 100px; /* Align to bottom */
  width: 100%;
  transition: opacity 120ms linear !important;
}


.pswp-caption-content {
  display: none;
}

.pswp__dynamic-caption a {
  color: #000000;
}

.pswp__dynamic-caption--faded {
  opacity: 0 !important;
}

.pswp__dynamic-caption--aside {
  width: auto;
  max-width: 300px;
  padding: 20px;
  margin-left:20px;
}

.pswp__dynamic-caption--below {
  width: auto;
  max-width: 700px;
  padding: 15px 0 0;

}

.pswp__dynamic-caption--on-hor-edge {
  padding-left: 15px;
  padding-right: 15px;
}

.pswp__dynamic-caption--mobile {
  width: 100%;
  padding: 10px 15px;
  background-color: #fafafa;
  color:black;
  right: 0;
  bottom: 20px;
  font-size: 0.8em;
  line-height: 1;

  /* override styles that were set via JS.
    as they interfere with size measurement */
  top: auto !important; 
  left: 0 !important;
}