.image__wrapper img {
  width: 100%;
  height: 100%;
}

.image__wrapper--mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .image__wrapper--mobile {
    display: block;
  }

  .image__wrapper--desktop {
    display: none;
  }
}