#page-2 {
  margin-top: 30px;
}

#page-2 main.content-body {
  margin-top: 15px;
}

.key-features-overview
{
	background: #000000;
	color: #ffffff;
}

.key-features-overview h1
{
	margin: 1.4rem 0;
}

.key-features-overview ul li, .intuitive-control-container ul li
{
	margin-bottom: .3rem;
}

.intuitive-control-container
{
	background: #e6e7e8;
	margin: 0 0 10px 0;
	padding: 10px;
}

@media screen and (max-width: 39.9375em) {
	
	.intuitive-control-container img
	{
		text-align: center;
		margin-bottom: 10px;
	}
	
	.key-features-overview img
	{
		max-height: 222px;
	}
	
	.key-features-overview .connect-container
	{
		text-align: center;
		width: 100%;
	}
}

/* Medium and down */
@media screen and (max-width: 63.9375em) {
	
	
	
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	
	key-features-overview img
	{
		
	}
}