#header.sticky
{
    position: fixed;
    top: 0;
}
#hero.margin-top
{
    margin-top: 100px;
}

@media screen and (max-width: 767px)
{
    #hero.margin-top
    {
        margin-top: 70px;
    }
}