html.ac-ls-visible .page-pages .section-hero .fixed-content-wrap{
  top: 256px;
}

@media only screen and (max-width: 1068px) {
    html.ac-ls-visible .page-pages .section-hero .fixed-content-wrap {
        top: 236px;
    }
}

@media only screen and (max-width: 767px) {
    html.ac-ls-visible .page-pages .section-hero .fixed-content-wrap {
        top: 306px;
    }
}

