/* Brighten the original city while preserving the airport's earlier colors.
   Color-only operations: no resampling, blur, displacement, scale or layout changes. */
.purchase-v3 .map-plane .original-city>img{
  filter:url(#city-material-colors) brightness(.99) contrast(1.033) saturate(1.14);
}
