@charset "utf-8";
/* CSS Document */

body {
    text-align: center;
    font-family: Arial, sans-serif;
}

/*video {
    width: 80%;
    max-width: 600px;
}*/
video {
    width: 100%;
    height: auto;
    object-fit: cover;
}