/* Forest Retreat Gifu logo sizing */
header .logo img, header h1 img, .header_logo img {
  max-height: 56px !important;
  height: auto !important;
  width: auto !important;
}
header .logo svg, header h1 svg {
  max-height: 56px;
  width: auto;
}
