@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) {}

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