@media (max-width: 700px) {
    .page-wrapper{
        width: 100%;
    }
    body.sticky header .header-bottom{
        width: 100%;

    }
}
@media (max-width: 350px) {
}
