@media screen and (max-width: 1260px) and (min-width: 768px) {
  .tenweb-audio {
    background: #292929;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .tenweb-audio .tenweb-audio-parent {
    height: 48px;
    cursor: pointer;
  }
  .tenweb-audio .tenweb-audio-overlay {
    background: #292929;
    display: flex;
  }
  .tenweb-audio .tenweb-audio-overlay * {
    color: #FFFFFF;
  }
}