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

}

@media only screen and (min-width: 480px) and (max-width: 768px){
body, p { font-size: 16px;}

}

@media only screen and (max-width: 480px){
h1 { font-size: 48px;}

h2 { font-size: 40px;}

h3 { font-size: 32px;}

h4 { font-size: 22px;}

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

}