.transform-hover-button:hover {
    box-shadow: 0 0 7px #555;
    /* transform: scale(1.05); */
    /* transition: all 0.3s; */
}

.transform-hover-button-noshadow:hover {
    transform: scale(1.05);
    transition: all 0.3s;
}