– No picture-zoom: Please use this:
.standard-browser figure.animated-overlay:hover img {
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
transform: none;
}
– No animation: Please use this:
figure.animated-overlay img {
transition: none;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
}
figcaption .thumb-info h4 {
transform: translate(0);
}
– Title of project on thumb plus option to make project-title white or black (depends on thumb’s bg-color): this is not possible, you would need a developer to implement this for you.