.banner-hover {
    transition: all 0.3s ease-out;
}

.banner-hover:hover {
    transform: scale(1.02);
}