.cell-wrapper { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; min-height: 100%; } .play-target { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; } .index-content { display: flex; align-items: center; justify-content: center; width: 100%; } .icon-wrapper { display: flex; align-items: center; justify-content: center; }