.lightbox-wrapper * {
  font-family: "FranklinGothicLTPro-Md" !important; }

.lightbox-wrapper .lightbox-text h2 {
  border-bottom: 1px solid rgba(26, 25, 24, 0.15);
  margin-bottom: 40px;
  font-size: 21px;
  padding-bottom: 20px; }
  @media screen and (min-width: 0) {
    .lightbox-wrapper .lightbox-text h2 {
      font-size: 21px; } }
  @media screen and (min-width: 768px) {
    .lightbox-wrapper .lightbox-text h2 {
      font-size: 21px; } }
  @media screen and (min-width: 992px) {
    .lightbox-wrapper .lightbox-text h2 {
      font-size: 28px; } }

.lightbox-wrapper .lightbox-gallery a {
  overflow: hidden;
  transition: 0.2s ease-in-out all; }
  .lightbox-wrapper .lightbox-gallery a:hover {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4)); }
