.minimized {
    transition: 1s; /* Время эффекта */
   }
.minimized:hover {
    transform: scale(1.2); /* Увеличиваем масштаб */
   }