.maincontent {
max-width:100%;
margin:0px auto;
padding:50px 0px;
background-image: linear-gradient(180deg,rgba(255,255,255,.2) 0%,rgba(255,255,255,.25) 100%),url(/imageserver/UserMedia/southcreek/background-pattern.jpg);
background-size:cover;
background-position: bottom; 
  background-repeat: no-repeat;
}

.site_width {
max-width:100%;
width:100%;
}

.intro-right .row {
	background: #eee;
	border-radius: 17px;
	box-shadow: 2px 1px 4px #99999982;
	max-width: 525px;
	width: 100%;
	margin-block: 20px;
	padding: 3px;
}