/* V89-R10: center the large projected C above the engine platform on mobile. */
@media (max-width: 760px), (max-width: 900px) and (pointer: coarse) {
  body.mobile-v89-lite
    .commercial-section-v58[data-commercial-fix="65"]
    .commercial-engine-crystal-v59 {
    transform: translateX(-50%) !important;
  }
}
