1
2.combo-hover-easing {
3    transition: all .2s ease;
4}
5
6.combo-float {
7    transform: translateY(-3px) !important;
8}
9
10.combo-grow {
11    transform: scale(1.05);
12}
13