/* Landing - Panel - Video */
.panel-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.panel-video .panel-video-content {
  width: 90vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  position: relative;
}
.panel-video h3 {
  color: #fff;
  font-family: "Bw Gradual", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5625;
  margin-bottom: 1em;
  text-align: center;
}
.panel-video-content .container-vid {
  width: 100%;
  overflow-y: hidden;
}
.container-vid iframe {
  width: 100%;
  aspect-ratio: 35 / 18;
}

@media (min-width: 769px) {
  .panel-video .panel-video-content {
    width: 70%;
  }
}