.image,
.image img {
  max-width: 90%;
  max-height: 40rem;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  position: relative;
}
.image {
  margin: 2.5rem auto;
}

.image:first-child {
  margin-top: 0;
}

.image.main:first-child {
  margin-top: 0;
}

a.image {
  overflow: hidden;
}

a.image img {
  transition: transform 0.2s ease-out;
}

a.image:hover img {
  transform: scale(1.05);
}

@media screen and (max-width: 736px) {

}

@media screen and (max-width: 736px) {
  .show .image,
  .show .image img {
    width: 100%;
  }
}