.destroyed-item {
  display: flex;
  justify-content: center;
  flex: 1;
  align-items: center;
  position: absolute;
  background-color: #FFFFFFE6;
  top: 0; left: 0; bottom: 0; right: 0;
}
