section.gallery .col {
  max-width: 1000px;
  margin: 0 auto;
}

section.gallery .style-vertical img {
  width: 100%;
}

section.gallery .style-vertical .image:first-of-type .caption {
  background-color: var(--petrol);
}

section.gallery .style-vertical .image:nth-of-type(2) .caption {
  background-color: var(--green);
}

section.gallery .style-vertical .image:nth-of-type(3) .caption {
  background-color: var(--blue);
}

section.gallery .style-vertical .image .caption {
  color: #fff;
  width: 100%;
  padding: .9rem 1rem 1rem;
  position: relative;
}
/*# sourceMappingURL=gallery.css.map */
