.img {
    background-repeat: no-repeat;
    background-size: cover;
}

.small-box .icon i {
    font-size: 2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1rem;
    transition: all .2s ease-in-out;
    color: rgba(0, 0, 0, .5);
}

.small-box:hover .icon i {
    transform: scale(1.1) translateY(-50%);
    top:50%;

}
#main-menu .menu .menu-item a{
    text-decoration: none !important;
}
