.scale {
    -webkit-transition: all .2s ease-in-out!important;
    transition: all .2s ease-in-out!important;
}

.scale:hover {
    -ms-transform: scale(1.15)!important;
    -webkit-transform: scale(1.15)!important;
    transform: scale(1.15)!important;
}