picture > img {
  min-height: 100% !important;
  max-height: 100% !important;
}

@media (max-width: 480px) {
  div.css-ex-phone-flex-row picture {
    width: 100%;
    position: relative !important;
    margin-left: -2rem !important;
  }

  div.css-ex-phone-flex-row picture > img {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
