@media screen and (max-width: 767px) { .Index-page--has-image { background-image: url("background") !important; background-position: center center !important; background-size: cover !important; } } /* Reduce section height for specific index page */ .index-page{ padding-top: 40px !important; padding-bottom: 40px !important; min-height: unset !important; } /* Optional: tighten up inner content */ .index-page .content-wrapper { padding: 0 20px; }