
img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
}
.gallery {
  width: 100%;
  height: auto;
  float: left;
}
.gallery-center {

    padding-left: 5%;

}
.gallery a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  display: block;
  float: left;
  margin: 0 18px 10px 0;
  width: 111px;
  line-height: 0;
}
a.gallery__img--main {
  width: auto;
  height: auto;
}
.gallery figure {
  display: none;
}
.gallery-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: -8px;
	margin-bottom: -10px;
	width: 205px;
	height: auto;
}

@media screen and (max-width: 450px) {
  .gallery a {
    width: 63px;
    margin: 0 1px 1px 0;
  }
  a.gallery__img--main {
    width: 127px;

  }
}
