/* v366G — Increase the replacement Fees landmark image size by about 40%.
   Keep the current left-side position, faded treatment, and desktop-only behavior. */

.fees-check-section .container.grid.two > :first-child::after{
  width: min(524px, 56vw) !important;
  height: min(644px, 96%) !important;
}

@media (max-width: 1180px){
  .fees-check-section .container.grid.two > :first-child::after{
    width: min(451px, 50vw) !important;
    height: min(574px, 94%) !important;
  }
}

/* mobile remains hidden from prior versions */
