.my-gallery figure {
  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: 1.8rem;
  -webkit-font-smoothing: antialiased;
  content: "\f00e";
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  width: 3.6rem;
  height: 3.6rem;
  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 {
  display: none;
  background-color: transparent !important;
}

.pswp__caption__center {
  font-family: 'Flama';
  font-size: 1.5rem;
  max-width: 72rem;
  padding-top: 2.4rem;
  padding-bottom: 3.2rem;
}

.caption-credits {
  display: inline;
  font-size: 1.2rem;
  padding-top: 1.2rem;
  margin-left: 1.2rem;
  text-transform: uppercase;
}

.credits-icon {
  margin-right: 1.2rem;
}

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