.private-event-video-card {
  justify-self: center;
  order: 1;
  width: min(440px, 100%);
}

.space-product-grid {
  align-items: stretch;
}

.space-product {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.space-product__cover {
  aspect-ratio: 3 / 4;
  flex: 0 0 auto;
  width: 100%;
}

.space-product__cover img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.space-product__info {
  flex: 1;
  min-height: 76px;
  width: 100%;
}

@media (width > 1100px) {
  [data-price-panel="events"] .modal-price-grid--two {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (width <= 920px) {
  .event-intro--reverse .private-event-video-card {
    order: initial;
    width: min(430px, 100%);
  }
}

@media (width <= 720px) {
  .space-product__info {
    min-height: 92px;
  }
}
