@charset "utf-8";
/* CSS Document */
.gallery-inline {
  padding: 4px;
  width: auto;
  height: auto;
  float: left;
}
.gallery-inline.version-29 {
  width: 479px;
}
.gallery-img {
  float: left;
  padding: 4px;
}
.gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ccc;
  display: block;
}
.img-01 {
  width: 471px;
  height: 200px;
}
