.audio-player {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border: 1px solid #3c321f;
  border-radius: 50px;
  background: linear-gradient(90deg, #080808, #211a10, #080808);
}

.audio-player audio {
  width: 100%;
  height: 54px;
  accent-color: #efa91c;
}

.video-cover {
  display: block;
}

.photo-card.db-photo img {
  object-position: center;
  transform: none;
}

.photo-card.db-photo:hover img {
  transform: scale(1.06);
}
