.my-gallery {
  width: 100%;
  float: left;
}
.my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  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;
          transition: all ease .3s;
}

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

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

.pswp__top-bar {
    background-color: transparent !important;
}

.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;
}

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