The css for the header image is written inline by the theme (inc/extras.php).
You should not ideally be editing this file, rather use a custom css via the Customize option. If Radiate is your current theme, from the Theme page, click on Customize. One of the options in the right menu is Custom CSS
. Enter the following
#parallax-bg { background-repeat: no-repeat; }
This will center the header image without repeating (overriding the repeat option set by the extras.php file)