.player {
  position: relative;
  background: #f1f3f4;
  box-shadow: 0 50px 80px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.player .imgbx {
  position: relative;
  width: 100%;
  height: 350px;
}
.player .imgbx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.player audio {
  width: 100%;
  outline: none;
}