#styleFinderQuestionOptions > div {
    transform: scale(1);
    transition: transform .25s ease-in-out;
}

#styleFinderQuestionOptions > div:hover {
    transform: scale(1.1);
}