.swipe-gallery {
  width: 100%;
  float: left;
  text-align:center;
  padding-bottom:30px;
}

.swipe-gallery img {
  width: 100%;
  height: auto;
  border:2px solid #dddddd;
}
.swipe-gallery figure {
  display: inline-block;
  margin: 5px;
  width: 23%;

  /* width: 200px; */
}
.swipe-gallery a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
}
.swipe-gallery figcaption {
  display: none;
}

@media (max-width:1024px){

.swipe-gallery figure {
  display: inline-block;
  margin: 5px;
  width: 23%;

}
}

@media (max-width:768px){

.swipe-gallery figure {
  display: inline-block;
  margin: 5px;
  width: 46%;

}
}

@media (max-width:480px){

.swipe-gallery figure {
  display: inline-block;
  margin: 5px;
  width: 44%;

}
}

@media (max-width:350px){

.swipe-gallery figure {
  display: inline-block;
  margin: 5px 0;
  width: 100%;

}
}