
  .visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding:0 !important;
    border:0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

 .redeSocial{
  float:right; margin-left:45px; margin-top:30px
 }
 .redeSocial2{
  float:right; margin-left:45px; margin-top:40px
 }
 .play{
   height: 120px;
 }

/* Pcast Player */
.pcast-player{
  vertical-align: middle;
 position: relative;
margin-top: 26px;
margin-left: 50px;
 
}
.pcast-pause{
  color: red!important;
}
.pcast-player a { 
    color: #09c; 
 
  }

  .pcast-player-controls {
    box-sizing: border-box;
    
    color: rgb(253, 253, 253);
    font-size: 20px;
    height: 42px;
    overflow: hidden;
    padding: 5px;
    border-radius: 5px;
    
  }  
  
  .pcast-player button {
    background:transparent;
    color: rgb(14, 153, 1);
    border: 0;
    border-radius: 2px;
    padding: 5px;
    line-height: 22px;
    -webkit-appreance: none;
    min-width: 10px;
    font-size: 30px;
    
  }
  
  progress {
    height: 13px;
    
    width: 100px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
         
          margin-left: 2px;
  }

  progress[value]::-webkit-progress-bar {
    background-color: rgb(248, 28, 28);
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(51, 51, 51, 0.25) inset;
  }
  
  progress[value]::-webkit-progress-value  {
    background: rgb(27, 27, 27); 
  }
  
  .pcast-time {
    display: inline-block;
    font-size: 15px;
    padding: 0 5px;
    text-align: center;
    width: 4em;
  }
  
  .pcast-speed {
    width: 2.5em;
  }
  .pub10 img{
    width: 1200px;    
  }
  @media(max-width:575px) {
    .pub10 img{
      width: 100%;    
    }
    .redeSocial{
      float:right; margin-left:30px; margin-top:0px;
      width: 28px;
     }
     .redeSocial2{
      float:right; margin-left:30px; margin-top:10px;
      width: 28px;
     }
     .redeSocial img{
       margin-bottom: 2px;
     }
  }