@media screen and (min-width: 1261px) {
  .tenweb-audio {
    margin: 0 0 30px;
  }
  .tenweb-audio .tenweb-audio-parent {
    position: relative;
    line-height: 0;
    background: #F5F6FE;
    border-radius: 6px;
  }
  .tenweb-audio .tenweb-audio-parent audio {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .tenweb-audio .tenweb-audio-parent audio::-webkit-media-controls-panel {
    background: #F5F6FE;
    border-radius: 6px !important;
  }
  .tenweb-audio .tenweb-audio-parent .tenweb-audio-overlay {
    background: #F5F6FE;
  }
  .tenweb-audio .tenweb-audio-parent .tenweb-audio-play {
    width: 30px;
    height: 30px;
    background: url(../../../../images/icons/play.svg) no-repeat center;
    margin: 0 0 0 10px;
    cursor: pointer;
    background-size: 12px;
    border-radius: 16px;
  }
  .tenweb-audio .tenweb-audio-parent .tenweb-audio-play:hover {
    background: #ffffff url(../../../../images/icons/play.svg) no-repeat center;
    background-size: 12px;
  }
}