#mfp-player {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 320px;
  height: 70px;
  background: #111;
  color: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  z-index: 999999;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.mfp-info {
  flex: 1;
  padding: 0 10px;
}

#mfp-title {
  font-weight: 600;
  font-size: 14px;
}

#mfp-player button {
  background: #ff3b3b;
  border: none;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
}
