body,html {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-decoration: none;

}

@font-face {
    font-family: 'Anton-Regular';
    src: url('Anton-Regular.ttf');
}


video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    
}

.text {
    color: white;
    text-decoration: none;
    z-index: 1;
    position: absolute;
    top: 70%;
    left: 50%;
    right: 50%;
    width: auto;
    height: auto;
	opacity: 0.75;
    font-family: Anton-Regular, GT Walsheim, Filson, Futura, Verdana, Arial, sans-serif;
    font-size: 2rem;
}

@media (max-width: 800px) {
    #wrapper {
        background: url("home.jpg") #000!important;
        background-size: cover;
    }
    #video { display: none; }
}