.narrativeaudio {
  max-width: 470px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 34px;
}
.narrativeaudio audio {
  max-width: 100%;
}
.narrativeaudio img {
  display: block;
  width: 100%;
}

.narrativeaudio ::-moz-focus-inner {
  border: 0 !important;
}
.narrativeaudio :focus {
  outline: none !important;
}
.narrativeaudio button {
  border: 0 !important;
  outline: none !important;
}

.narrativeaudio .mejs__time-buffering,
.narrativeaudio .mejs__time-current,
.narrativeaudio .mejs__time-handle,
.narrativeaudio .mejs__time-loaded,
.narrativeaudio .mejs__time-hovered,
.narrativeaudio .mejs__time-marker,
.narrativeaudio .mejs__time-total {
  border-radius: 0;
  height: 9px;
}
.narrativeaudio .mejs__time-total {
  margin-top: 9px;
}
.narrativeaudio .mejs__time-loaded {
  background: #000;
}
.narrativeaudio .mejs__time-current,
.narrativeaudio .mejs__time-handle-content {
  background: #ec4b39;
}

.narrativeaudio .mejs__time-handle {
  display: none;
}
.narrativeaudio .mejs__time-handle-content {
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
}

.narrativeaudio .mejs__time-rail {
  height: 6px;
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

.narrativeaudio .mejs__container {
  background: transparent;
  max-height: 34px;
}
.narrativeaudio-media-wrapper-basic .mejs__overlay,
.narrativeaudio-media-wrapper-basic .mejs__container {
  min-height: 40px;
}
.narrativeaudio .mejs__replay > button,
.narrativeaudio .mejs__pause > button,
.narrativeaudio .mejs__play > button {
  height: 80px;
  width: 80px;
}
.narrativeaudio .mejs__replay > button,
.narrativeaudio .mejs__pause > button,
.narrativeaudio .mejs__play > button {
  background: transparent url('images/play-pause2.png') 0 0;
}
.narrativeaudio .mejs__controls {
  height: 130px;
  background: transparent;
  margin: 0;
  padding: 0;
}
.narrativeaudio .mejs__volume-button,
.narrativeaudio .mejs__horizontal-volume-slider {
  display: none;
}
.narrativeaudio .mejs__time {
  position: absolute;
  font-weight: lighter;
  bottom: 5px;
}
.narrativeaudio .mejs__duration-container {
  right: 0;
}
.narrativeaudio .mejs__pause > button {
  background-position: -80px 0;
}

.narrativeaudio .audio-download {
  position: absolute;
  height: 50px;
  bottom: 75px;
  right: 5px;
  z-index: 500;
  overflow: hidden;
  text-align: right;
}
.narrativeaudio .audio-download-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: transparent url('images/download-30x30.png') right top;
  margin-bottom: -7px;
}
.narrativeaudio a.audio-download-link {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  font-family: Verdana, Geneva, sans-serif;
}
.narrativeaudio .narrativeaudio-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  min-height: 80px;
  display: flex;
  align-items: center;
  bottom: 71px;
  left: 100px;
  right: 85px;
}
