.hoverx1{

    transition: all 0.3s ease;
    

  }
    
.hoverx1:hover{
    transform: scale(1.05);
}

.img_50px {
  max-width: 50px;
  max-height: 50px;
  display: inline-block;
}
.img_15rem {
  max-width: 15rem;
  max-height: 15rem;
  display: inline-block;
}
