The header image repeats many times when you see it on a larger screen.
Please see it http://meditarennicaragua.org/
How can I set it up to no repeat?
#gk-header-mod {
background-repeat: no-repeat;
}
#gk-header-mod {
background-size: cover;
}