/* Keeps the EasyMoving header logo identical across old and new page templates. */
.site-header .brand img,
.site-header .logo img,
.site-header img[src*="easy-logo"],
.site-header img[src*="logo-white-bg"],
.header img[src*="easy-logo"],
.header img[src*="logo-white-bg"],
.header .brand-logo-img,
.brand-logo .brand-logo-img,
a.logo img,
a.brand img,
img.brand-logo-img {
  width: 162px !important;
  max-width: 162px !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block !important;
}

.site-footer .footer-logo,
footer .footer-logo,
.footer-brand-mark img {
  width: 150px !important;
  max-width: 150px !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
}

@media (max-width: 720px) {
  .site-header .brand img,
  .site-header .logo img,
  .site-header img[src*="easy-logo"],
  .site-header img[src*="logo-white-bg"],
  .header img[src*="easy-logo"],
  .header img[src*="logo-white-bg"],
  .header .brand-logo-img,
  .brand-logo .brand-logo-img,
  a.logo img,
  a.brand img,
  img.brand-logo-img {
    width: 138px !important;
    max-width: 138px !important;
    height: auto !important;
    max-height: none !important;
  }
}
