.ub-banner {
    transition: all 0.5s ease;
}

.ub-banner:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}