.indeco-yellow-visual {
  background: radial-gradient(circle at 48% 42%, #454545 0%, #222 62%, #101010 100%);
}

.indeco-yellow-visual > img:first-child {
  object-fit: contain !important;
  padding: 45px !important;
  filter: drop-shadow(0 22px 24px rgba(0, 0, 0, .45));
}

.indeco-action-inset {
  width: 45%;
  height: 38%;
  padding: 4px;
  background: #171717;
}

.indeco-grapple-ad {
  border-color: #f4b323;
}

.indeco-mulcher-ad {
  border-color: #e41f26;
}

.indeco-skid-mulcher-ad {
  border-color: #f4b323;
}

.skid-mulcher-visual {
  position: relative;
}

.skid-model-badge {
  position: absolute;
  right: 24px;
  bottom: 24px;
  padding: 11px 16px;
  color: #fff;
  background: #e41f26;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

@media (max-width: 700px) {
  .indeco-yellow-visual > img:first-child {
    padding: 22px !important;
  }

  .indeco-action-inset {
    width: 48%;
    height: 34%;
  }
}
