.imgslick:hover{

        transform: scale(1.1);
        transition: all 1s ease-in-out;
        cursor: pointer;
}