.memory-play-wrap {
  position: absolute;
  left: 10px;
  bottom: 55px;  
}

.memory-play-wrap .memory-play {
  padding: 13px 20px;
  background-color: #191919;
  background-color: rgba(25, 25, 25, .88);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  user-select: none;
}

.memory-play-wrap .memory-play .icon-close {
  transition: color .3s;
  font-size: 14px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .memory-play-wrap .memory-play .icon-close:hover {
    color: #cf333e;
  }        
}

.memory-play-wrap .memory-play .play-jump {
  color: #cf333e;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .memory-play-wrap .memory-play .play-jump:hover {
    background-color: rgba(255, 255, 255, .2);
  }        
} 