.container {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}

.video {
  flex: 1 1 200px !important;
  max-width: 300px !important;
}

video {
  max-width: 100% !important;
  aspect-ratio: 9/16 !important;
  box-shadow: var(--box-shadow-M) !important;
}

.text {
  flex: 1 1 300px !important;
}
