.jp-volume-bar,
.jp-mute,
.jp-stop,
.jp-duration,
.jp-current-time {
  display: none; }

.jp-pause {
  color: #d43e37; }

.jp-playlist > ul > li {
  display: none;
  overflow: hidden; }

.jp-playlist > ul > li > a {
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
  color: #fff; }

.jp-playlist .jp-playlist-current {
  display: none; }

.action-bar .jp-playlist .jp-playlist-current {
  position: fixed;
  z-index: 65;
  right: 1vw;
  bottom: 5rem;
  width: 9vw;
  height: 11px;
  text-align: center; }
  @media screen and (min-width: 415px) {
    .action-bar .jp-playlist .jp-playlist-current {
      display: block; } }

.jp-play,
.jp-pause,
.jp-previous,
.jp-next {
  width: 20px;
  height: 20px;
  margin-top: -10px; }

.jp-play {
  background: url(../images/play_black.svg) no-repeat center center; }

.jp-pause {
  background: url(../images/play-pause.svg) no-repeat center center; }

.action-bar .jp-pause {
  background: url(../images/pause_large.svg) no-repeat center center; }

.jp-previous {
  background: url(../images/skip-previous.svg) no-repeat center center; }

.jp-next {
  background: url(../images/skip-next.svg) no-repeat center center; }

.action-bar .jp-play {
  background: url(../images/play_large.svg) no-repeat center center; }

div.jp-interface ul.jp-controls a {
  position: absolute;
  overflow: hidden;
  text-indent: -9999px; }

.action-bar div.jp-interface ul.jp-controls a {
  position: fixed; }

.action-bar .jp-play,
.action-bar .jp-pause {
  position: fixed;
  right: 5vw;
  bottom: 2rem; }

.action-bar .jp-previous {
  position: fixed;
  right: 7.5vw;
  bottom: 2rem; }

.action-bar .jp-next {
  position: fixed;
  right: 2.5vw;
  bottom: 2rem; }

div.jp-seek-bar {
  width: 0;
  /* height:15px; */
  height: 4px;
  cursor: pointer; }

div.jp-play-bar {
  width: 0;
  /* height:15px; */
  height: 100%;
  background: #ef656e; }

/* The seeking class is added/removed inside jPlayer */
div.jp-seeking-bg {
  background: url("pbar-ani.gif"); }

.jp-progress {
  position: fixed;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 10.9vw; }
/*# sourceMappingURL=jplayer.css.map */