/* Original red/blue photo and its established contrast treatment.
   Restore the warm light underneath instead of the dark floor shadow. */
.fp-site .simulator .sim-img::after{
  margin-top:3px;
  background:radial-gradient(ellipse 50% 78% at 52% 28%,
    rgba(216,98,28,.22) 0%,
    rgba(216,98,28,.08) 46%,
    rgba(216,98,28,0) 74%);
}
