/* =========================
   Page: Guest Info
   ========================= */

.video-embed {
  margin-top: 12px;
  border-radius: 14px;
  overflow: hidden;
  background: #000;
  aspect-ratio: 16 / 9;
}

.video-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

