.info-btn
{
   position:absolute;
   right:8px;
   height:26px;
   width:26px;
   cursor: pointer;
}
.info-btn img
{
    width:100%;
    height:100%;    
}
.audio-btn
{
   position:absolute;
   right:8px;
  
   height:26px;
   width:26px;
   cursor: pointer;
}
.audio-btn img
{
    width:100%;
    height:100%;    
}
   .modal-dialog
   {
       //height:90%;
   }
   
   .modal-content
   {
       max-width:350px;
       min-height:300px;
           margin: 0 auto;
       //height:100%;
       
   }
   
    .modal-header
   {
       background-color: #383838;
       color:#fff;
   }
   .modal-footer
   {
       background-color: #fff;
   }
   
  
   .modal-title
   {
       margin:0 auto;
   }
   
   
   .modal-footer .btn
   {
       margin:0 auto;
   }
   
     .modal-body
   {
       min-height:200px;
       border: 1px solid #fff;
   }
   
   .shadow-bg{
 box-shadow: 3px 3px 3px grey;
 }
