.button--expand{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;display:flex;align-items:flex-end;justify-content:flex-start;z-index:100;transition:background-color .3s ease 0s,opacity .3s ease 0s;border-radius:inherit;overflow:clip;padding:1.5rem}.button--expand:before{font-size:2rem;transition:transform .3s ease 0s;transform:scale(.8);transform-origin:50%;z-index:1;color:#000}.button--expand:after{content:"";position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;background-color:rgba(255,255,255,.15);z-index:0;opacity:0;transition:background-color .3s ease-out 0s,opacity .3s ease-out 0s}.button--expand:hover:before{transform:scale(1.25)}.button--expand:hover:after{opacity:1}