@media only screen and (min-width: 480px) and (max-width: 768px){
.mkdf-section.mkdf-parallax-section-holder:not(.mkdf-full-screen-height-parallax) { height: auto !important;min-height: 200px;}
}
@media only screen and (max-width: 480px){
.mkdf-section.mkdf-parallax-section-holder:not(.mkdf-full-screen-height-parallax) { height: auto !important;min-height: 200px;}
h1 { font-size: 27px;}
h2 { font-size: 20px;}
}