@media screen and (max-width: 1260px) and (min-width: 768px) {
  .tenweb-audio {
    position: fixed;
    z-index: 1;
    bottom: 20px;
    left: 0;
    width: 100%;
  }
  .tenweb-audio.opened {
    bottom: 82px;
  }
  .tenweb-audio.active {
    bottom: 160px;
  }
  .tenweb-audio .tenweb-audio-parent {
    height: 48px;
    cursor: pointer;
  }
  .tenweb-audio .tenweb-audio-parent._pause .tenweb-audio-overlay {
    justify-content: center;
  }
  .tenweb-audio .tenweb-audio-parent._pause .tenweb-audio-overlay .tenweb-audio-controls {
    display: flex;
  }
  .tenweb-audio .tenweb-audio-parent._pause.hide .tenweb-audio-overlay {
    justify-content: flex-end;
  }
  .tenweb-audio .tenweb-audio-parent._pause.hide .tenweb-audio-overlay .tenweb-audio-controls {
    display: none;
  }
  .tenweb-audio .tenweb-audio-parent._pause.hide .tenweb-audio-play {
    display: flex;
    background: url(../../../../../../../uploads/tenweb-theme/images/icons/pause_border.svg) no-repeat center;
  }
  .tenweb-audio .tenweb-audio-parent._pause.hide.play .tenweb-audio-pause {
    background: url(../../../../../../../uploads/tenweb-theme/images/icons/play_white.svg) no-repeat center;
  }
  .tenweb-audio .tenweb-audio-parent._pause.hide.play .tenweb-audio-play {
    display: flex;
    background: url(../../../../../../../uploads/tenweb-theme/images/icons/play_border.svg) no-repeat center;
  }
  .tenweb-audio .tenweb-audio-parent._pause.play .tenweb-audio-pause {
    background: url(../../../../../../../uploads/tenweb-theme/images/icons/play_white.svg) no-repeat center;
  }
  .tenweb-audio .tenweb-audio-overlay {
    display: flex;
    justify-content: flex-end;
    padding: 0 10px;
  }
  .tenweb-audio .tenweb-audio-overlay .tenweb-audio-controls {
    display: none;
    background: black;
    width: 100%;
    height: 100%;
    align-items: center;
    border-radius: 30px;
    gap: 10px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .tenweb-audio .tenweb-audio-overlay .tenweb-audio-controls .tenweb-audio-pause {
    width: 16px;
    height: 16px;
    display: inline-flex;
    background: url(../../../../../../../uploads/tenweb-theme/images/icons/pause.svg) no-repeat center;
  }
  .tenweb-audio .tenweb-audio-overlay * {
    color: #FFFFFF;
  }
}
