@media screen and (min-width: 768px)
{
    body {
        padding-left: 61px;
    }

}

@media screen and (max-width: 1278px)
{
    header.menu--properties {
        display: none;
    }
    
    header.menu--properties-2 {
    }
}

@media screen and (min-width: 1279px)
{
    #hamburger-side-nav {
        display: none;
    }
    
    header.menu--properties-2 {
        display: none;
    }
}
