.my-gallery {
  width: 100%;
  float: left;
}
.my-gallery img {
  width: 100%;
  height: auto;
  text-align: center;
  vertical-align: middle;
}
.my-gallery figure {
   
 
  margin-bottom: 0px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 80px;
  display: inline-block;
  
}
.my-gallery figcaption {
  display: none;
}

/*
.my-gallery:after {
    content: '';
    width: 50%;
    display: inline-block;
}
*/