#SD div.hero
{
	width: 100%;
	height: 30vw;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-size: cover;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	background-color: white;
	padding: 0px;
	min-height: 200px;
	max-width: 100vw;
}
#SD .hero
{
	position: relative;
}
#SD .hero .burns
{
	border: 16px solid olive;
	width: 100%;
	height: 100%;
	position: absolute;
}
#SD .hero .parallax
{
	width: 100%;
	height: 100%;
}
#SD .hero .burns .image
{
	width: 100%;
	height: 100%;
	background-size: ;
	background-size: cover;
	background-position: center;
	position: absolute;
	z-index: 950;
}
#SD .hero a
{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: block;
	transition:var(--defaultTransition);
}
#SD .hero a:hover
{
	transform: scale(1.02);
	opacity: 0.8;
}
.page-template-SDhome h3[class^="clone"]
{
	background-color: #AB2A2A;
}
[class^="clone"]
{
	background-color: #AB2A2A;
	font-style: italic;
}
h3[class*='clone']
{
	background: #FFFF00;
}
