.pic{display:flex;height:100%;overflow:hidden;pointer-events:none;position:relative;width:100%}.pic:not(.light){background-color:var(--secondaryColor-100)}.pic__img{bottom:0;left:0;margin:auto;max-height:100%;pointer-events:none;position:relative;right:0;top:0;transition:opacity 1.2s cubic-bezier(.35,-.04,0,.88),transform .25s cubic-bezier(0,0,0,1)}.pic__img,.pic__img[data-fit=cover]{-o-object-fit:cover;object-fit:cover}.pic__img[data-fit=cover]{min-height:100%;min-width:100%;width:100%}.pic__img[data-fit=contain]{height:auto;max-width:100%}.pic__img.inactive{opacity:.01}
