 
#desktop-hero {
	background-image: url(wallpaper.jpg);
	background-size: cover;
	background-position: center center;
	padding-bottom: 32px;
	position: relative;
	min-height: 550px;
	padding-right: 250px;
}
#desktop-hero svg {
	vertical-align: middle;
}

#demo-panel {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

#demo-panel:before {
	content: "";
	position: absolute;
	bottom: 100%;
	height: 4px;
	width: 100%;
	left: 0px;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.4) 100%);
}

#demo-toolbar {
	position: absolute;
	top: 0px;
	right: 0px;
}

@media (max-width: 768px) {
	#demo-widgets {display: none;}
	#desktop-hero {
		padding-right: 20px;
	}
}
