@layer components{.ImageContainer{border-radius:8px;background-color:#f0f1f8;overflow:hidden;aspect-ratio:4/3}.ImageContainer__image{width:100%;height:100%;-o-object-position:center center;object-position:center center;-webkit-animation-name:ImageContainer-fadeIn;animation-name:ImageContainer-fadeIn;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.ImageContainer--ratio-1-1{aspect-ratio:1/1}.ImageContainer--noSource .ImageContainer__image{-webkit-animation-name:none;animation-name:none}.ImageContainer--fit-contain .ImageContainer__image{-o-object-fit:contain;object-fit:contain}.ImageContainer--fit-cover .ImageContainer__image{-o-object-fit:cover;object-fit:cover}@-webkit-keyframes ImageContainer-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ImageContainer-fadeIn{0%{opacity:0}to{opacity:1}}}