/* Keep the responsive Entropy evidence panel content-sized instead of inheriting the case-image aspect ratio. */
.v10-entropy-panel {
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
}

@media (max-width: 720px) {
  .v10-entropy-panel {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: hidden !important;
  }
}
