@media (max-width: 768px) {
  .banner__slide {
    height: 200px;
  }
}

.banner__tint {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
.speaker {
  margin-bottom: 50px;
  min-height: 350px;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}