.SessionsPostCardBackground{--SessionsPostCardBackgroundColor:#000;position:absolute;left:0;top:0;width:100%;height:100%;background:var(--SessionsPostCardBackgroundColor)}.SessionsPostCardBackground__picture{height:100%}.SessionsPostCardBackground__image{width:100%;height:100%;opacity:.5;transform:scale(var(--SessionsPostCardBackgroundScale));transform-origin:50% 0;transition:transform .4s;-o-object-fit:cover;object-fit:cover;will-change:transform}.SessionsPostCardBackground__overlay{position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(transparent 15%,var(--SessionsPostCardBackgroundColor) 66%);transform:scaleY(var(--SessionsPostCardBackgroundOverlayScaleY));transform-origin:50% 0;transition:transform .5s;will-change:transform}