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

}

@media only screen and (min-width: 480px) and (max-width: 768px){
h1 { font-size: 36px;line-height: 40px;}

h2 { font-size: 30px;}

h3 { font-size: 22px;}

h4 { font-size: 18px;}

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

}

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

h2 { font-size: 20px;}

h3 { font-size: 16px;}

h4 { font-size: 16px;}

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

}