@font-face {
  font-family: 'OstrichHeavy';
  src: url('/wp-content/themes/yatatheme/fonts/OstrichSans-Heavy.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.section-video h2 {
  color: #5b5d8b;
  margin-bottom: 3rem;
}
.section-video .innervideo {
  width: 100%;
  max-width: 960px;
  margin: auto;
}
.section-video div.videodiv {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.section-video div.videodiv > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
