
/*
 projectroot/css/global.css
*/

/*---- Sets the size of play, pause and stop audio icons ----*/
.listenImg {
    width: 24px;
    height: 24px;
    object-fit: contain;
	
}


/*---- Enable visual on active audio listening ----*/
.listen-btn.speaking {
  animation: pulse 1.2s infinite;
}
