.header, .footer {
  padding: 15px 0;
  background-color: #111;
}
.footer-info, .footer-info a {
  margin-bottom: 0;
  color: #999;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
}
p {
  font-size: 15px;
}
p:last-child {
  margin-bottom: 0;
}
a, a:hover {
  color: #fbae3b;
  text-decoration: none;
}
.main {
  padding: 15px 0;
}
.event {
  margin-bottom: 15px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 16px;
}
iframe {
  width: 100%;
  border: 0;
}
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.img-title {
  width: 50%;
  margin-top: 15px;
  padding-left: 3%;
  position: relative;
}
.img-title img {
  max-width: 100%;
  height: auto;
}
.qa {
  display: flex;
  height: 100%;
  border: 1px solid rgba(0,0,0,.1);
}
.qa > * {
  width: 100%;
}
.qa iframe {
  height: calc(100vh - 142px);
  min-height: 100% !important;
}
@media (min-width: 768px) {
  .header, .footer {
    padding: 15px;
  }
  .main {
    padding: 30px 15px;
  }
  .event {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .header::after {
    display: block;
  }
  .event {
    margin-bottom: 0;
  }
  .img-title {
    margin-top: 30px;
  }
}
