/* Editorial SOC image with a light, adjustable brand color treatment. */
.ev-cover-spectra .spectra-scene{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  width:100%;
  aspect-ratio:1.85;
  margin-top:auto;
  background:#161c25;
  flex:none;
}
.ev-cover-spectra .spectra-scene-photo{
  position:absolute;
  inset:0;
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 52%;
}
.ev-cover-spectra .spectra-scene::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(239,70,82,.28) 0%,rgba(98,87,88,.04) 46%,rgba(114,198,255,.10) 100%),
    linear-gradient(180deg,rgba(44,35,41,.18),transparent 24%,transparent 83%,rgba(37,36,36,.20));
}
@media(max-width:640px){
  .ev-cover-spectra .spectra-scene{aspect-ratio:1.5}
  .ev-cover-spectra .spectra-scene-photo{object-position:60% center}
}
