.mmm-question-art {
  position: relative;
  margin: .8rem 0 1rem;
  aspect-ratio: 1200 / 300;
  min-height: 110px;
  max-height: 190px;
  overflow: hidden;
  border-top: 1px solid rgba(185, 154, 94, .18);
  border-bottom: 1px solid rgba(185, 154, 94, .14);
}

.mmm-question-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #211f24 0, transparent 17%, transparent 83%, #211f24 100%);
  pointer-events: none;
}

.mmm-question-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.82) contrast(.95);
  opacity: .88;
}

.mmm-question-art + .mmm-limit { margin-top: .25rem; }

@media (max-width: 560px) {
  .mmm-question-art {
    margin-left: -.4rem;
    margin-right: -.4rem;
    min-height: 96px;
  }

  .mmm-question-art::after {
    background: linear-gradient(90deg, #211f24 0, transparent 10%, transparent 90%, #211f24 100%);
  }
}
