.image .aspect-ratio {
  height: 0;
  width: 100%;
  position: relative;
}
.image .aspect-ratio img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
}
.image img {
  width: 100%;
}
/* .container-fluid .image {
  display: flex;
  align-items: stretch;
}
.container-fluid .row .image img {
  max-width: calc(100% + 50px);
  width: calc(100% + 50px);
}
.container-fluid .row .image:first-of-type img {
  margin-left: -50px;
}
.container-fluid .row .image:last-of-type img {
  margin-right: -50px;
} */
