._9w5efw0-3-5-0 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: var(--dt-borders-width-emphasized, 2px);
  border-style: var(--dt-borders-style-default, solid);
  border-color: var(--dt-colors-border-neutral-default, #dadbe4);
  border-radius: var(--dt-borders-radius-surface-subdued, 9px);
  overflow: hidden;
  position: relative;
  max-width: 100%;
  aspect-ratio: 8 / 5;
}
._9w5efw0-3-5-0 img, ._9w5efw0-3-5-0 picture, ._9w5efw0-3-5-0 video {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
._9w5efw0-3-5-0 figure {
  margin: 0;
  max-width: 100%;
  max-height: 100%;
}