
.hov:hover {
    text-shadow: 3ex !important;
    box-sizing: 3ex !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
    z-index: 1;
}

