#home-half #hero .content {
	background-color: rgba(0,0,0,0.7);
	width: 55%;
    box-sizing: border-box;
}
#home-half.relative #hero .content  {
	padding: 100px;
}
#home-half.absolute #hero .content {
	padding: 175px 100px 100px 100px;
}
#home-half #hero .overlay {
	display: none;
}