parallax-background-component .image-container{height:100%;width:100%;overflow:hidden;position:relative;z-index:1;box-sizing:border-box}parallax-background-component .parallax-img{position:absolute;top:0;left:0;will-change:transform;width:auto;height:auto;min-width:100%;min-height:100%;object-fit:cover;pointer-events:none}parallax-background-component .parallax-img.ready{transition:transform .5s ease-in-out}parallax-background-component .parallax-img.horizontal{transform-origin:center left}parallax-background-component .parallax-img.vertical{transform-origin:top center}
