@media only screen and (min-width:1220px) {
    #page {
        width: 1200px
    }

    #page:before {
        width: 800px
    }

    .content-area {
        width: 800px
    }

    .entry-thumbnail {
        width: 800px
    }

    .entry-attachment .attachment {
        width: 800px
    }

    .video-wrapper .video-player {
        max-width: 720px
    }
}