Try this:
Hover Effect Example :root { --duration-long: 0.3s; /* Define the duration for the transition */ }.card-wrapper:hover .media.media–hover-effect > img + img {
opacity: 1 !important;
transition: transform var(–duration-long) ease !important;
transform: scale(1.03) !important;
}