@charset "utf-8";

#banner_vid {opacity: 1;}


@media (min-aspect-ratio: 16/9) {
    #banner_vid {
        width: 100%;
        height: auto;
    }

    .vid_wrap {
        height: auto;
        width: 100%;
    }

}

@media (max-aspect-ratio: 16/9) {
    #banner_vid {
        width: auto;
        height: 100%;
        object-position: center;
    }

    .vid_wrap {
        height: 100%;
        width: auto;
    }
}