article#article img[src^="/assets/flyers/"],
article#article img[src*="/assets/flyers/"] {
  aspect-ratio: auto !important;
  width: 100% !important;
  max-height: 920px !important;
  object-fit: contain !important;
  object-position: center top !important;
  background: #fff !important;
  padding: 12px !important;
}

@media (max-width: 640px) {
  article#article img[src^="/assets/flyers/"],
  article#article img[src*="/assets/flyers/"] {
    max-height: 720px !important;
    padding: 8px !important;
  }
}
