video, main, body, html {
    margin:0;
    padding:0;
}

html, body {
    overflow-x: hidden; /* これがないと横スクロールが発生することも */
}