.NewsroomStoryCardBackground{--newsroomStoryCardBackgroundColor:#000;position:absolute;left:0;top:0;width:100%;height:100%;background:var(--newsroomStoryCardBackgroundColor)}.NewsroomStoryCardBackground__picture{height:100%}.NewsroomStoryCardBackground__image{width:100%;height:100%;opacity:.5;transform:scale(var(--newsroomStoryCardBackgroundScale));transform-origin:50% 0;transition:transform .4s;-o-object-fit:cover;object-fit:cover;will-change:transform}.NewsroomStoryCardBackground__overlay{position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(transparent 15%,var(--newsroomStoryCardBackgroundColor) 66%);transform:scaleY(var(--newsroomStoryCardBackgroundOverlayScaleY));transform-origin:50% 0;transition:transform .5s;will-change:transform}