﻿  .ears{
       display:inline-block;
       cursor:pointer;
       background:url(../images/ears2.png) no-repeat;
       background-size:100%;
        vertical-align:middle;
 }
.ears:hover{
      background:url(../images/ears.png) no-repeat;
      background-size:100%;
   }