.hero-mascot > img,
.final img {
  background: #fff8e8;
  border-radius: 50%;
  mix-blend-mode: normal;
}

.hero-mascot > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  border-radius: 0;
  box-shadow: none;
}

.hero-mascot .track { display: none; }

.hero-mascot aside {
  min-height: 76px;
  padding-left: 84px;
}

.hero-mascot aside::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  width: 56px;
  height: 56px;
  border: 3px solid #ffc53a;
  border-radius: 50%;
  background: #fff8e8 url("/__site-assets/plumbergoodyear.com/images/mascot.png?cfv=assetfix-20260513d-1784083253942") center / cover no-repeat;
}

@media (max-width: 900px) {
  .hero .hero-mascot {
    order: -1;
    min-height: 350px;
  }

  .hero-mascot > img { object-position: 60% center; }

  .hero-mascot aside {
    left: 14px;
    bottom: 14px;
    min-height: 60px;
    max-width: 225px;
    padding: 9px 12px 9px 64px;
  }

  .hero-mascot aside::before {
    width: 44px;
    height: 44px;
    border-width: 2px;
  }
}
