.mood {
  padding: 0;
  display: grid;
}

.mood__background,
.mood__foreground {
  grid-area: 1 / 1;
}

.mood__foreground {
  margin-top: auto;
  margin-bottom: 40px;
}

.mood img {
  height: auto;
  width: 100%;
}

@media (min-width: 992px) {
  .mood img {
    object-fit: cover;
    width: 100%;
  }
}