
    .maine {
        width: 100%;
        max-width: 500px;
        margin: 50px auto;
        background: #322e25;
        padding: 15px;
        border-radius: 7px
      }

.iru-tiny-player {
    position: relative;
    border: none;
    border-radius: 0;    
    background: url(../podcasts/wave2.png) #bebebe repeat-x center;
    height: 110px
}
  
      .iru-tiny-player .song-main-info {
        font-size: 1.25rem;
        color: #666050
      }
  
      @media screen and (max-width:480px) {
        .iru-tiny-player .song-main-info {
          margin: 2ex 1ex;
          font-size: 1rem
        }
      }
  
      .iru-tiny-player .icon {
        position: relative
      }
  
      .iru-tiny-player .icon:hover {
        color: #6d3827
      }
  
      @media screen and (max-width:480px) {
        .iru-tiny-player .icon {}
      }
  
      .iru-tiny-player .icon:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: 400;
        text-transform: none !important
      }
  
      .iru-tiny-player .song-main-info .icon.fa-stop {
        margin-right: 2ex;
        display: none
      }
  
      @media screen and (max-width:480px) {
        .iru-tiny-player .song-main-info .icon.fa-stop {
          margin-right: .5ex
        }
      }
  
      .iru-tiny-player .song-main-info .song-timer {
        position: absolute;
        top: -56px;
        left: 30px;
        font-size: 28px;
        color: #000;
        letter-spacing: 1px
      }
  
      .iru-tiny-player .song-main-info .song-title {
        overflow: hidden;
        display: none
      }
  
      .iru-tiny-player .song-seek {
        position: absolute;
        width: 100%;
        height: 100%
      }
  
      .iru-tiny-player .song-progress {
        position: absolute;
        background-color: #b605049e;
        width: 0%;
        height: 100%
      }
  
      .iru-tiny-player .song-volume-control {
        position: absolute;
        background-color: rgba(0, 0, 0, .85);
        width: 100%;
        height: 100%;
        top: 0
      }
  
      .iru-tiny-player .song-volume-bar {
        position: absolute;
        top: 50%;
        left: 20%;
        height: 10px;
        margin: 0 auto;
        width: 80%;
        background-color: #b60504
      }
  
      .iru-tiny-player .song-volume-bar#fg {
        height: 5px;
        margin: -2.5px auto;
        width: 60%
      }
  
      .iru-tiny-player .song-volume-bar#fgg {
        height: 10px;
        margin: -5px auto;
        background-color: transparent;
        width: 60%
      }
  
      .iru-tiny-player .song-volume-bar#bg {
        height: 1.5px;
        margin: -.75px auto;
        background-color: #666050;
        width: 60%
      }
  
      .iru-tiny-player .song-volume-dot {
        position: absolute;
        width: 15px;
        height: 15px;
        top: 50%;
        left: 80%;
        margin: -7.5px auto;
        background-color: #666050;
        border-radius: 7.5px;
        cursor: pointer
      }
  
      .iru-tiny-player .song-volume-dot:hover {
        background-color: #6d3827
      }
  
      .iru-tiny-player .icon.fa-times {
        position: absolute;
        font-size: 40px;
        right: 50px;
        top: 25px;
        color: #fff
      }
  
      @media screen and (max-width:480px) {
        .iru-tiny-player .icon.fa-times {
          font-size: 1rem
        }
      }
  
      .iru-tiny-player .icon.fa-volume-up {
        position: absolute;
        right: 50px;
        top: 32px;
        font-size: 30px;
        color: #000
      }
  
      .iru-tiny-player .icon.fa-play,
      .iru-tiny-player .icon.fa-pause {
        width: 70px;
        height: 70px;
        text-align: center;
        background: #d20000;
        border-radius: 50px;
        color: #fff;
        padding-top: 0;
        display: inline-block;
        position: absolute;
        left: -107px;
        bottom: 15px;
        font-size: 28px
      }
  
      .iru-tiny-player .icon.fa-play:before,
      .iru-tiny-player .icon.fa-pause:before {
        position: absolute;
        top: 15px;
        left: 0;
        right: 0
      }
  
      .podcast-playright-head1 {
        padding: 30px;
        overflow: hidden;
        height: 166px
      }
  
      .podcast-playright-head1-left h3 {
        color: #d20000;
        font-size: 36px;
        font-weight: 600;
        padding: 0;
        margin: 0;
        line-height: 40px
      }