.slacktones-bg-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(100vw / 1.77);
}
    .slacktones-bg-wrapper .image-wrapper {
      position: absolute;
      text-align: center;
      width: 100%;
      max-width: 45vw;
      top: 47%;
      left: 50%;
      z-index: 1;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 1;
      transition: opacity 1s;
    }
    .slacktones-bg-wrapper .image-wrapper img {
      width: 100%;
    }
    .slacktones-bg-wrapper #caption {
      position: absolute;
      left: 40px; 
      right: 15vw;
      bottom: 3vw;
      z-index: 1;
      -webkit-transition: all 500ms;
      -ms-transition: all 500ms;
      transition: all 500ms;
      text-align: center;
    }
    .slacktones-bg-wrapper #caption p,
    .slacktones-bg-wrapper #caption a {
      text-align: center;
      font-size: 30px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: -0.03em;
      line-height: 1;
      margin-bottom: 5px;
    }
    .slacktones-bg-wrapper #caption a {
      background: #222220;
      padding: 5px 8px;
      display: inline-block;
      color: #ffffff;
      margin-bottom: 0;
    }
    .slacktones-bg-wrapper #caption a:hover {
      background: #ffffff;
      color: #222220;
    }
* { box-sizing: border-box; }

.color-background {
  background: #cf152d;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 0;
  opacity: 1;
  transition: opacity 1s;
  pointer-events: none;
}

  .video-background {
    background: #000;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: -99;
  }
  .video-foreground {
    opacity: 0.95;
  }
  .video-foreground,
  .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }

  button{
    padding:0;
    position:absolute;
    bottom:3vw;
    left:3vw;
    z-index:2;
    border: 0;
    width: 56px;
    height: 45px;
    font-size: 0;
    display: block;
    -webkit-appearance: none;
    background: none;
    background-size: 56px 45px;
    background-position: top;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 1s;
    cursor: pointer;
  }   
  button.muted {
    background-image: url(https://www.thespecials.com/uploads/2021-08/icon-sound-muted-4.png);
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translateX(-50%) translateY(-50%);
    font-size: 20px;
    padding-left: 60px;
    width: auto;
    background-position: left;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -0.03em;
    line-height: 1;
    margin-bottom: 5px;
    color: #ffffff;
  }
  button.unmuted {
    background-image: url(https://www.thespecials.com/uploads/2021-08/icon-sound-unmuted-4.png);
  }
  body.bannerFade .slacktones-bg-wrapper .colour-background,
  body.bannerFade .slacktones-bg-wrapper .image-wrapper {
    opacity: 0;
  }
  body.bannerFade .slacktones-bg-wrapper button {
    opacity: 1;
  }

  @media (min-width: 1440px) {
    .slacktones-bg-wrapper .image-wrapper {
      max-width: 660px;
    }
  }
  @media (max-width: 1023px) {
    .slacktones-bg-wrapper {
      height: 100vw;
    }
    .slacktones-bg-wrapper .image-wrapper {
      max-width: 55vw;
    }
    .slacktones-bg-wrapper #caption p,
    .slacktones-bg-wrapper #caption a {
      font-size: 22px;
    }
    .slacktones-bg-wrapper #caption p {
      margin-bottom: 2px;
    }
  }
  @media (max-width: 767px) {
    .slacktones-bg-wrapper .image-wrapper {
      max-width: 75vw;
    }
    .slacktones-bg-wrapper #caption {
      bottom: 20px;
    }
    .slacktones-bg-wrapper #caption p,
    .slacktones-bg-wrapper #caption a {
      font-size: 16px;
    }
    button {
      left: 20px;
      bottom: 20px;
      width: 36px;
      height: 29px;
      background-size: 36px 29px;
    }
  }


/**audio**/
.info { 
  position: absolute;  top: 55px; left: 10px; min-width: 140px; 
  font-family: 'Brush Script MT',cursive;
  font-style: italic;
  font-weight: bolder;
  font-size: xx-large;
  color: #fff;
  }
.controls {
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 10px
}
.controls .play,
.controls .pause {
  width: 40px;
  height: 40px;
  margin: 15px 5px 5px 5px;
}
.controls .play,
.controls .pause,
.controls .rew,
.controls .fwd,
.controls .stop {
  text-indent: -10000px;
  border: none;
  float: left;
}
.controls .rew,
.controls .fwd,
.controls .stop {
  width: 40px;
  height: 40px;
  margin: 15px 5px 5px 5px;
}
.controls .play {
  background: url(../../assets/images/play.png) no-repeat;
  background-size: contain;
}
.controls .pause {
  background: url(../../assets/images/pause.png) no-repeat;
  background-size: contain;
  display: none;
}
.controls .rew {
  background: url(../../assets/images/rewind.png) no-repeat;
  background-size: contain;
}
.controls .fwd {
  background: url(../../assets/images/next.png) no-repeat;
  background-size: contain;
}
.controls .stop {
  background: url(../../assets/images/stop.png) no-repeat;
  background-size: contain;
  display: none;
}
.hidden {
  display: none;
}
.controls .visible {
  display: block;
}
.volume {
  height: 11px;
  left: 164px;
  position: absolute;
  top: 142px;
  width: 140px;
}
.mute .volume-btn {
  background: url(../../assets/images/volume-off.png) no-repeat;
  background-size: contain;
}
.volume-btn {
  background: url(../../assets/images/volume-up.png) no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  float: left;
  position: relative;
  top: -4px;
}
.volume-adjust {
  height: 11px;
  position: relative;
  width: 80%;
  background: #fff;
  float: right;
}
.volume-adjust > div > div {
  height: 11px;
  background: #d1b17b;
}
.progressbar {
  background-color: #fff;
  cursor: pointer;
  z-index: 1;
  right: 6.875em; /* 110 */
  height: 15px;
  left: 0px;
  position: absolute;
  width: 90%;
  top: 170px;
  margin: 0px 5%;
}
.novolume .progressbar {
  right: 4.375em; /* 70 */
}
.progressbar div {
  width: 0%;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.bar-loaded {
  background-color: #ffffff;
  z-index: 1;
}
.bar-played {
  background: #d1b17b;
  z-index: 2;
}
.timeHolder {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  bottom: 10px;
  position: absolute;
  margin: 0px 5%;
  width: 90%;
  top: 133px;
}
.time-current,
.time-duration,
.time-separator {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  float: left;
}
.volume .ui-slider-handle {
  background: url("../../assets/images/spr.png") no-repeat scroll -201px -188px rgba(0, 0, 0, 0);
  height: 13px;
  width: 13px;
}
.playlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute; 
  width: 100%;
  z-index: 1;
  margin: 0px auto;
}
.playlist li,
.playlist div {
  border-bottom: 1px dotted #ccc;
  color: #151b48;
  cursor: pointer;
  margin: 5px;
}
.playlist li > a,
.playlist div > a {
  color: #151b48;
  text-decoration: none;
}
.playlist li.active,
.playlist div.active {
  font-weight: bold;
}

