/* Bootstrap/pkgdown set img { max-width: 100%; height: auto }, which
   drops the README height="75" on the SVG and renders it at 794px. */
.page-header img[src*="obsR_logo"] {
  height: 75px !important;
  width: auto !important;
  max-height: 75px;
  max-width: 210px;
}

.template-home main img[width] {
  max-width: min(100%, 600px);
  height: auto;
}
