/* EMT Planet artwork: shared sizing and contrast across every page. */
.emt-brand-logo {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  background: #fff;
  border-radius: .5rem;
}
.emt-brand-logo--nav { width: 108px; }
.emt-brand-logo--footer { width: 180px; }
.emt-brand-logo--service { width: 264px; margin-inline: auto; border-radius: .875rem; }
.ske2-combustion-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 1.5rem;
  border: 1px solid rgba(52, 211, 153, .22);
  box-shadow: 0 0 60px rgba(52, 211, 153, .12);
}
@media (min-width: 640px) {
  .emt-brand-logo--nav { width: 116px; }
}
