#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;
}
.hero .interface
{
	position: absolute;
	z-index: 50600;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	height: ;
	display: flex;
}
.hero .images.wrapper
{
	width: 100%;
	height: 100%;
	/*border: 31px solid black;*/
	box-sizing: border-box;
	z-index: 1488;
	/*position: relative;*/
	/*border: 12px solid olive;*/
	padding: 0px;
	position: relative;
	display: flex;
}
.hero.wrapper .parallax
{
	display: flex;
	position: relative;
}
.hero.wrapper .parallax .burns
{
	width: 100%;
	height: 100%;
	/*width: 100%;*/
	/*border: 18px solid navy;*/
	position: absolute;
	display: flex;
	justify-content: center;
	align-content: center;
	position: absolute;
	margin: 0px;
	box-sizing: border-box;
	height: 100%;
	align-items: center;
	z-index: 200;
	transition: none !important;
	opacity: 0;
}
body:not(.launch) .hero.wrapper .parallax .burns
{
	opacity: 0;
}
.hero.wrapper .parallax .burns.current
{
	z-index: 300;
	background-color: white;
	opacity: 1;
}
.hero.wrapper .parallax .burns.new
{
	z-index: 400;
	background-color: white;
	opacity: 1;
}
.hero .boxedWidth
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.hero .interface .button
{
	width: 20px;
	background-color:var(--colorC);
	height: 20px;
	margin: calc(var(--defaultInterval)*.25);
	padding: 0;
	border: 2px solid white;
	border-radius: 100%;
	calc(var(--defaultInterval)*.25);
	transition:var(--defaultTransition);
	cursor: pointer;
}
.hero .interface .button.inactive
{
	cursor: default;
	background-color: purple;
	/*pointer-events: none;*/
}
.hero .interface .button:hover
{
	background-color:var(--colorA);
}
/*.hero.wrapper .images IMG
{
	width: 100%;
	height: auto;
	transform-origin: center center;
	position: absolute;
	transform: none;
	position: absolute;
}*/
