@media only screen and (min-width: 480px) and (max-width: 768px){
	.mkd-section.mkd-parallax-section-holder { height: auto !important;min-height: 200px;}

}

@media only screen and (max-width: 480px){
	.mkd-section.mkd-parallax-section-holder { height: auto !important;min-height: 200px;}

h1 { font-size: 20px;}

h2 { font-size: 20px;}

h3 { font-size: 20px;}

h4 { font-size: 15px;}

h5 { font-size: 15px;}

h6 { font-size: 8px;}

body, p { font-size: 12px;}

}