@wouwonline : The portfolio in clean-education is available from theme options whereas in this theme we are using plugin support. Although its not possible to make exactly as that of clean-education. I can provide you the additional css to add a hover effect.
Go to Appearance => Customize => Additional Css and add the following css and save.
.portfolio-featured-image img:hover {
transform: scale(1.1);
transition: transform 0.2s linear 0s;
}
.portfolio-featured-image img {
transform: scale(1);
transition: transform 0.2s linear 0s;
}
Let me know if you have any more issues.
Regards,
Tikaram