.bg-selfcare {
    background: url(https://imgcdn.myt.mu/mytbusiness/businessimages/bg-selfcare-business.jpg) no-repeat center center, rgba(0, 0, 0, 0);
    background-size: cover;
}

.hovereffect:hover {
    -webkit-transition: all 3s ease !important;
    transition: all .3s ease-in-out !important;
    transform: scale(1.03);
}