#led-guide-image {
	background: url(/media/led-guide/intro.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	-ms-behavior: url(/asset/js/backgroundsize.min.htc);
	background-position: center;
	padding-top: 15%;
	height: 150px;
}

#led-guide-intro {
	background-color: #FFF;
	padding: 2em 0;
}

@media screen and (min-width: 1600px) {
	#led-guide-intro {
		padding: 4em 0;
	}
}

#smt-room-image {
	width: 75%;
	padding-left: 2em;
}

/***************LED system protection******************/
#two-types-wrapper {
	display: inline-block;
	vertical-align: top;
}

#two-types-wrapper p {
	text-align: left;
	font-size: 1.2em;
	max-width: none;
}

#two-types-wrapper div {
	border: 3px solid;
	padding: 20px 40px 50px 40px;
	width: calc(100% - 60px);
	position: relative;
	margin: 50px auto 150px auto;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
}

#two-types-wrapper #led-protect {
	border-color: #333;
}

#two-types-wrapper #led-protect h4,
#two-types-wrapper #lux-guard h4 {
	font-weight: bold;
}

#two-types-wrapper #led-protect h4 span,
#two-types-wrapper #lux-guard h4 span {
	color: #333;
}

#two-types-wrapper #led-protect:after {
	background-image: url(/media/led-guide/led-protect.svg);
}

#two-types-wrapper #lux-guard:after {
	background-image: url(/media/led-guide/lux-guard.svg);
}

#two-types-wrapper #led-protect:after,
#two-types-wrapper #lux-guard:after {
	background-repeat: no-repeat;
	background-size: 120px 120px;
	background-position: center;
}

#two-types-wrapper #lux-guard:after,
#two-types-wrapper #led-protect:after {
	content: '';
	height: 120px;
	width: 120px;
	display: block;
	position: absolute;
	right: calc(50% - 60px);
	bottom: -80px;
}

@media screen and (min-width: 400px) {

	#two-types-wrapper div {
		border: 3px solid;
		padding: 20px 40px;
		width: 200px;
		position: relative;
		margin: 50px auto;
		text-align: left;
		border-radius: 5px;
		box-sizing: inherit;
	}

	#two-types-wrapper #lux-guard:after,
	#two-types-wrapper #led-protect:after {
		right: -50px;
		top: -20px;
	}
}

@media screen and (min-width: 1000px) {
	#two-types-wrapper div {
		width: 250px;
	}
}

