/*! CSS compiled by Switch - DO NOT EDIT THIS FILE ANY CHANGES WILL BE LOST */
/*! variables *//*! mixins */
.video-component {
  position: relative;
  margin: 72px 0;
  clear: both;
  text-align: center;
  -webkit-transition: margin 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .video-component {
    width: 100% !important;
  }
}
.video-component__ratio-container {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.video-component__ratio-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.video-component__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-component__caption {
  display: block;
  width: 100%;
  padding: 6px 0;
  border-bottom: 1px solid #e8e8e8;
  color: #b1b1b1;
  font-size: 87.5%;
  text-align: left;
}
.video-component__fallback-message {
  color: #4e92ab;
}
.video-component--centered {
  max-width: 834px;
  margin-right: auto;
  margin-left: auto;
}
