@charset "utf-8";
/* CSS Document */
#banner video{
    position: fixed;
    z-index: -1;
    min-width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 0;
    background: #2E3842;
    top: 0;
    left: 0;
}
@media screen and (max-width: 736px) {
#banner video{
    display:none;
}
}