.card-container{position:relative;flex:1}.card-container .sub-container{border-radius:16px;color:#fff;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative;height:100%;overflow:hidden}.card-container .text-container{position:absolute;bottom:20px;left:20px;z-index:2;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.25);line-height:normal;font-style:normal}.card-container img{top:-4px;right:10px;z-index:2;transform-origin:bottom}.card-container .background-shape,.card-container img{position:absolute;transition:transform .5s ease-in-out}.card-container .background-shape{width:295px;height:295px;transform-origin:right}.card-container .background-shape.shape-hover{transform:scale(1.1)}.card-container .background-shape.square{background-color:#e09b00;top:45px;right:50px;transform:rotate(45deg)}.card-container .background-shape.square.shape-hover{transform:rotate(45deg) scale(1.1)}.card-container .background-shape.square.small{background-color:#c28a00;right:-70px}.card-container .background-shape.circle{background-color:#009c65;border-radius:50%;right:30px}.card-container .background-shape.circle.small{background-color:#008f5a;right:-100px}