.a-hoverable {
    transition-duration: var(--animation-speed);
}

.a-hoverable--size:hover {
    scale: 1.05;
}