.my-gallery {
  width: 100%;
  float: left;
}

/*
.my-gallery img {
  width: 100%;
  height: auto;
}
*/

.my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
/*  width: 150px;*/
}
.my-gallery figcaption {
  display: none;
}


.pswp__img {

}


.wrap-slide-desc {
    display: block;
}


.wrap-slide-desc {
  text-align: center;
  position: relative;
  bottom: 0;
  height: 10px;
  background-color: transparent;
}


.pswp__caption__center {
    width: 100%;
    max-width: 100%;
  text-align: center;
  padding: 0px;
}



.slide-desc {
  position: relative;
  top: -80px;
  background-color: rgba(0,0,0,0.5);
  z-index: 1;
  height: 110px;
}


.pswp__ui--fit .pswp__caption  {
  background-color: rgba(0,0,0,0);
    background-color: transparent;
}

.pswp__caption {
  background-color: rgba(0,0,0,0);
    background-color: transparent;
}






