
/* New Design Audio Podcasts Listing  */

.resorceCont a {
  background: url(../img/listen_audio.svg) 0 0 no-repeat;
  display: inline-block;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  border-radius: 50%;
}

.resorceCont a:hover {
  transform: none;
  background: url(../img/listen_audio_hover.png) 0 0 no-repeat;
  background-color: #3a58ef;
  width: 52px;
  height: 52px;
}



@media only screen and (max-width: 1919px){
 
}
@media only screen and (max-width: 1399px){
  
}

@media only screen and (max-width: 1200px){
 
}


@media only screen and (max-width: 1023px){

 
}
@media only screen and (max-width: 992px){
 
}
@media only screen and (max-width: 767px){
  



}