html, body {
    font-size: 19px;
}


@media(max-width: 599px){
	html, body {
		font-size: 16px;
	}
}


body.home .header.original {
    display: block !important;
}