
/* Responsive YouTube embed */
.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 18px;
  margin: 1rem 0 1.2rem;
  box-shadow: 0 10px 24px rgba(0,0,0,.12);
}
.video iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: 0;
}
.video iframe:hover {
  box-shadow: 0 12px 28px rgba(0,0,0,.16);
}

/* Remove max-width constraints for full-width layouts */
.md-grid {
    max-width: none;
}

.md-main__inner {
    max-width: none;
}