#intro_video {
    width: 100%;
}
@media only screen and (max-width: 1000px) {
    .index #intro_video {
        display: none;
        max-height: 270px;
    }
}

.fp-watermark {
    display: none !important;
}

header {
    width: 100% !important;
}

@media only screen and (max-width: 1000px) {
    .section article p .anchor {
        display: none !important;
    }
}