@font-face {
  font-family: 'Hackney';
  src: url('/wp-content/themes/yatatheme/fonts/Hackney.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Limejuice';
  src: url('/wp-content/themes/yatatheme/fonts/Limejuice.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: url('/wp-content/themes/yatatheme/fonts/SourceSansPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
.section-video .w30 {
  width: 30%;
  margin: auto;
}
.section-video .w50 {
  width: 50%;
  margin: auto;
}
.section-video .w70 {
  width: 70%;
  margin: auto;
}
.section-video .w100 {
  width: 100%;
  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;
}
@media (max-width: 767.98px) {
  .section-video {
    padding: 0 5%;
  }
}
@media (max-width: 576px) {
  .section-video .w30,
  .section-video .w50,
  .section-video .w70 {
    width: 100%;
  }
}
