#top-image {
  margin: 0 20px 10px 20px;
  float: right;
  max-width: 100%;
}

#top-image img {
  max-width: 100%;
}

.video-embed {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video-embed div {
  position: relative;
}

.video-embed video {
  display: block;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#performance-description {
  margin-top: 0.75em;
}

/* .choose-tickets-form */

.choose-tickets-form .price-message {
  color: red;
  font-weight: bold;
}

.co-sell-message {
  font-weight: bold;
}

.co-sell-message div {
  margin-top: 0.75em;
}

.discount-message {
  color: red !important;
  font-weight: bold;
}

.unique-code {
  color: green !important;
  font-weight: bold;
}

