/* video used in KEYNOTE ADDRESS */

.video-component .video-view {
  max-width: 710px;
}

.video-section-inner {
  width: 100%;
}

/* .video-field-inner {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 71.25%;
}

.video-field-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
} */
.video-field-inner {
  width: 100%;
}

.video-field-inner iframe {
  width: 100%;
  height: 400px;
}

.video-confrence-details {
  color: var(--white);
  font-family: var(--primary-font);
  margin-top: 7px;
}

.video-presenter-name {
  font-size: 18px;
  font-weight: var(--opensans-bold);
}

.video-presenter-role {
  font-size: 14px;
}
