/** Force no sticky section on mobile on home page */
@media only screen and (max-width: 999px) {
  .home-features .nectar-sticky-media-section__content-section {
    transform: none !important;
    --progress: 0 !important;
    position: relative !important;
    top: 0 !important;
    margin-bottom: 10px;
  }
}