@media screen and (min-width: 901px) {
  .mobile-image {
    display: none;
  }
}
.mobile-image__image {
  width: 100%;
  height: 42vw;
}