/* https://github.com/squidfunk/mkdocs-material/issues/619 */
/* @media only screen and (min-width: 76.25em) {
  .md-main__inner {
    max-width: none;
  }
  .md-sidebar--primary {
    left: 0;
  }
  .md-sidebar--secondary {
    right: 0;
    margin-left: 0;
    -webkit-transform: none;
    transform: none;   
  }
} */

.video {
  pointer-events: none;
}

.video img {
  pointer-events: auto;
}