@media screen and (min-width: 1024px) {

    body
    {
        width: 95%;
        max-width: 1280px;
        margin: auto;
    }
}