
/* Jadu gallery image max width stylesheet */

.gallery img,
.jadu-gallery img,
.image-gallery img {
  max-width: 400px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
