/*.homePageVideo {*/
/*    position: fixed;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    min-width: 100%;*/
/*    min-height: 100%;*/
/*}*/

/*.video-container {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: hidden;*/
/*}*/
/*.video-container video {*/
/*    !* Make video to at least 100% wide and tall *!*/
/*    min-width: 100%;*/
/*    min-height: 100%;*/

/*    !* Setting width & height to auto prevents the browser from stretching or squishing the video *!*/
/*    width: auto;*/
/*    height: auto;*/

/*    !* Center the video *!*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%,-50%);*/
/*}*/
.video-container {
    max-width: 100%; /* Set a pixel value instead if no parent container*/
    margin: 0 auto; /* Center the container */
}
.video-container video {
    width: 100%; /* Fill the available width */
    height: auto; /* Adjust height automatically */
}

body{
    background-color: black !important;
        font-family: 'Brush Script MT', cursive;
    font-size:16pt

}
.message{
    font-size:30px;
    text-align:center;
    font-family: 'Brush Script MT', cursive;
    color:antiquewhite;
}