.flip-container { display: flex; align-items: center; height: 100%; justify-content: center; } .flip-side { position: absolute; will-change: transform, opacity; // backface-visibility: hidden; } .flip-front { } .flip-back { // background-color: rgb(223, 223, 223); }