Example:

Didn’t try this yet, but the inspector shows the following css:
#header {
background: url("/images_noindex/header-bg.png") no-repeat scroll
center bottom;
background-color: transparent;
background-image: url("/images_noindex/header-bg.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: center bottom;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
color: #032757;
font-family: "cinzelregular";
font-size: 41px;
line-height: 38px;
padding: 0 0 41px;
position: relative;
text-align: center;
text-transform: uppercase;
width: auto;
margin-bottom: 18px;
}Code language: CSS (css)