selector:hover { transition: all .2s ease-in-out; transform: scale(1.03); cursor: pointer; z-index: 1; } selector { transition: all .2s ease-in-out; }