.secondz-media__media-wrapper {
  aspect-ratio: 1/1;
  position: relative;

  max-height: 70dvh;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;

  @media screen and (min-width: 768px) {
    aspect-ratio: 16/9;
  }
}

.secondz-media__media-wrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
