.tp-e-mobile-image-v1__img {
  display: flex;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .tp-e-mobile-image-v1 {
    display: none;
  }
}
