

.audioplayer {
  height: 100vh;
  margin: 1rem auto 5rem;
  display: block;
  position: relative;
  background-position: center center;
  background-size: cover;
}
article .audioplayer.nophoto {
  height: 100px;
  max-width: 800px;
  margin-bottom: 170px;
}
.audioplayer:after  {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000044;
  top: 0;
  left: 0;
  z-index: 0;
}
.audioplayer.playing:after,
.audioplayer.nophoto:after {
  background: none;
}


@media (max-width: 720px) {  
  .audioplayer[data-src="https://features.hrw.org/features/features/syria-justice/mp3/ameenah.mp3"] {
    background-position: 69% center;
  }
  .audioplayer[data-src="https://features.hrw.org/features/features/syria-justice/mp3/wafa_mustafa.mp3"] {
    background-position: 16% center;
  }
  .audioplayer[data-src="https://features.hrw.org/features/features/syria-justice/mp3/wafa_mustafa.mp3"] {
    background-position: 16% center;
  }
  .audioplayer[data-src="https://features.hrw.org/features/features/syria-justice/mp3/samaa.mp3"] {
    background-position: 70% center;
  }
}




audio {
  max-width: 800px;
  height: 50px;
}
.audioplayer canvas {
  position: relative;
  top: calc(50vh - 100px);
}
.audioplayer.nophoto canvas {
  top: 0;
}

.audioname {
  text-align: center;
  font-size: 1.25rem;
}
.audioplayer .audioname {
  color: #fff;
  position: relative;
  z-index: 10;
  top: calc(50% - 90px);
}

.playbutton {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  border: none;
  width: 80px;
  height: 80px;
  opacity: 1;
  transition: 0.3s opacity;
  cursor: pointer;
  background: none;
  background-image: url('https://features.hrw.org/features/features/syria-justice/img/sound-icon-white.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;  
}
.audioplayer.nophoto .playbutton {
  top: 10px;
  background-image: url('https://features.hrw.org/features/features/syria-justice/img/sound-icon-blue.png');
}

.audioplayer.nophoto.playing {
  background: none !important;
}

/*
.timeline {
  position: absolute;
  bottom: -8px;
  left: 0px;
  height: 3px;
  background: #ccc;
  opacity: 0;
  transition: .4s opacity;
}
*/


.timeline {
  position: absolute;
  top: calc(50vh + 60px);
  left: 0px;
  height: 3px;
  background: #fff;
  opacity: 0;
  transition: .4s opacity;
  z-index: 11;
  box-shadow: 0 0 6px #00000033;
}
.audioplayer.nophoto .timeline {
  top: auto;
  bottom: -8px;
  background: #ccc;
  box-shadow: none;
}
.playing .timeline {
  opacity: 1;
}



.playing .playbutton {
  opacity: 0;
}

.subtitles {
  top: calc(50vh - 70px);
  position: relative;
  font-family: "MetaPro-Norm";
  font-size: 1.25rem;
  line-height: 1.35;
  color: #fff;
  text-shadow: 0 0 8px #000;
}
.audioplayer.nophoto .subtitles {
  top: 10px;
  font-size: .95rem;
  color: #000;  
  text-shadow: none;
}

@media (min-width: 720px) {  
   .audioplayer.nophoto .subtitles {
     top: 20px;
     font-size: 1.4rem;
     line-height: 1.4;
   }
}



.subtitles.ar {
  margin-top: 4px;
  direction: rtl;
}
.subtitles span {
  opacity: 0;
  display: block;
  text-align: center;
  height: 0;
  left: 0;
  width: 100%;
  top: 0;
  transition: 0.1s opacity;
}
.subtitles.ar span {
  top: 2.5rem;
}
.playing .subtitles span.now {
  opacity: 1;
  height: auto;
}


