.re-memory-card-game{position:relative}.re-memory-card-game__container{max-width:650px;width:100%}.re-memory-card-game__item{position:relative;cursor:pointer}.re-memory-card-game__item .back img,.re-memory-card-game__item .front img{max-width:100%}.re-memory-card-game__item .front{position:absolute;top:0;left:0;width:100%;opacity:0;z-index:0;transform:rotateY(180deg);animation:flip-back .3s ease-in-out 1 forwards}.re-memory-card-game__item .back{opacity:1;z-index:1;transform:rotateY(0deg);background-color:#fffbf4;border-radius:5px}.re-memory-card-game__item .back,.re-memory-card-game__item.is-open .front{animation:flip-front .3s 1 forwards,ease-in-out}.re-memory-card-game__item.is-open .back{animation:flip-back .3s 1 forwards,ease-in-out}@keyframes flip-front{0%{opacity:0;z-index:0;transform:rotateY(180deg)}to{opacity:1;z-index:1;transform:rotateY(0deg)}}@keyframes flip-back{0%{opacity:1;z-index:1;transform:rotateY(0deg)}to{opacity:0;z-index:0;transform:rotateY(180deg)}}
/*# sourceMappingURL=https://cdn.jsdelivr.net/gh/clipwww/memory-card-game@gh-pages/scss.8c8509f4.css.map */