.wrapper_content {
	background: #f4f4f4;
	padding-bottom: calc(138px - 5.625vw);
}

section.mhl img {
  max-width:none;
  width:100%;
  height:auto;
}

section#features .container {
	width: 100% !important;
	max-width: 800px !important;
}

section#features p {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}

section#features h2 {
	font-family: akrobat;
  font-size: 1.95em;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 600;
}

@media screen and (min-width: 1920px) {
	.wrapper_content {
		padding-bottom: 120px;
	}
}