body #autocomplete li {
  padding: 15px;
  cursor: pointer;
  font-size: 1.3rem;
  background: white;
  text-align: left;
}

body #autocomplete li.selected {
  background: white;
}

.search-overlay--wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 10;
  color: black;
  text-align: center;
}

.search-overlay--inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  margin-top: -150px;
  margin-left: -150px;
  max-width: 300px;
  padding: 20px;
  width: 100%;
  position: absolute;
  top: 50%;
}

.search-overlay--text {
  color: black;
  margin: 1rem 0;
}

.search-overlay--icon {
  font-size: 2rem;
}

.expand-parent-to {
  overflow: hidden;
  width: 100%;
  height: 0;
}

.expand-parent-to--16-9 {
  padding-bottom: 56.25%;
}

.paragraphs-item-video {
  position: relative;
}

.media-youtube-video {
  position: relative;
  overflow: hidden;
}

.media-youtube-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*# sourceMappingURL=sourcemaps/pratchett.main.css.map */
