/* Reduce the size of the logo shown in the Sphinx RTD header/sidebar */
.wy-side-nav-search img.logo,
.wy-side-nav-search a img {
  max-width: 120px;
  width: 35%;
  height: auto;
}
