.gallery-caption {
    max-width: 720px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
    opacity: .54;
}

.my-gallery {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.my-gallery figure {
  display: block;
  float: left;
  margin: 0;
  max-width: 720px;
  width: 100%;
  position: relative;
}
.my-gallery img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.my-gallery img:hover {
  cursor: pointer;
}
.my-gallery figcaption {
  display: none;
}
.thumb:after {
  -webkit-transition: all ease .3s;
     -moz-transition: all ease .3s;
       -o-transition: all ease .3s;
          transition: all ease .3s;
}

.thumb:after {
  font-family: FontAwesome;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  content: "\f00e";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 36px;
  height: 36px;
  background-color: rgba(0, 30, 50, .65);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.thumb:hover:after {
  opacity: 1;
}

.pswp__top-bar {
  background-color: transparent !important;
  /*background-color: rgba( 0, 0, 0, .125 ) !important;*/
}

.pswp__ui--over-close .pswp__button--close {
  opacity: .75;
}

.pswp__button {
  background-color: rgba( 0, 0, 0, .25 );
}

.pswp__caption {
    background-color: transparent !important;
}

.pswp__caption__center {
  font-family: "Flama";
  font-size: 15px;
  max-width: 720px;
  padding-top: 24px;
  padding-bottom: 32px;
}

.caption-credits {
  display: block;
  font-size: 12px;
  padding-top: 12px;
  text-transform: uppercase;
}

.credits-icon {
  margin-right: 12px;
}

.slick-initialized .slick-slide.gallery-image {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.gallery-credit {
    display: block;
    margin-top: 8px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 32px;
}

.gallery-credit i {
    margin-right: 16px;
}

@media(max-width:720px) {
    .gallery-caption {
        padding:  0 16px;
    }
}


/*-webkit-transition: all ease .3s;
   -moz-transition: all ease .3s;
     -o-transition: all ease .3s;
        transition: all ease .3s;*/
