.plugin_fluidheader {
  position: relative;
  display:block;
  height:360px;
  background-repeat: no-repeat;
  background-size: cover;
}
.plugin_fluidheader .fluid_header_headertext {
	position:absolute;
	bottom:20px;
	width:100%;
}
.plugin_fluidheader .fluid_header_headertext div {
	margin:0px auto;
	max-width: 960px;
	color:#fff;
}
.plugin_fluidheader .fluid_header_headertext div h1 {
	font-size: 3.1rem;
	font-weight:300 !important;
}
@media only screen and (max-width: 798px) {
	.plugin_fluidheader {
	  height:200px;
	}	
	.plugin_fluidheader .fluid_header_headertext {
		bottom:5px;
	}	
	.plugin_fluidheader .fluid_header_headertext div h1 {
		font-size: 1.6rem;
	}	
}