.pswp__dynamic-caption {
  color: #ccc;
  position: fixed !important;
   top: auto !important;
  left: auto !important;
  right: 3rem !important;
  bottom: 3rem !important;
  width: auto !important;
  z-index: 100000 !important;
  visibility: visible !important;
  font-family: 'Gotham-book';
  font-size: 1.6rem;
  -webkit-transform: none !important;
  transform: none !important;

}

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

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

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

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

.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: 30px 15px;
  right: 0;
  bottom: 0;
  top: auto !important; 
  left: 0 !important;
}