@media screen and (max-width:750px) {
    main {
        max-width:100%;
    }
    .header-menu-wrapper {
        max-width:100%;
    }
}