Hello,
Sorry for the waiting..
Ok, I was doing some experimentation with the extension and I found a very close setup to fit in this template.
Now, following your indications, removing the all code doesn't work because I lost the whole header functionality for the other pages.
So, I just started removing by parts and at this moment I just removed this lines:
/*
#gkHeaderMod img {
height: auto;
left: 50%;
max-width: none !important;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
width: 100%;
will-change: top;
}
*/
As you can see at
http://coorambiental.org/ the home page header is already animated, but the responsiveness functionality is not working properly.
It's almost done but my css knowledge is so basic, so I appreciate any further idea to fix it, thanks!