.player {
  position: relative;
  width: 100%;
  background: #f1f3f4;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

.player .imgBx{
  position: relative;
  width: 100%;
  height: 350px;
}

.player .imgBx img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.player audio{
  width: 100%;
  outline: none;
}

audio::-internal-media-controls-download-button {
  display:none;
}
audio::-webkit-media-controls-enclosure {
  overflow:hidden;
}
audio::-webkit-media-controls-panel {
  width: calc(100% + 33px);
} 