body {
    background-color: white;
}

.slide video {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.slide {
    background-color: white;
}

.attention::before {
    content: " ";
}

@media screen and (min-width: 60em) {
    p.label {
        display: none;
    }

    #bgvid {
        position: fixed;
        top: 50%;
        left: 50%;
        /* min-width: 100%; */
        /* min-height: 100%; */
        width: 90%;
        height: auto;
        z-index: -100;
        transform: translateX(-50%) translateY(-50%);
        background-size: cover;
        transition: 1s opacity;
    }
}

/* Small screen adjustments */
@media screen and (max-width: 60em) {

    #bgvid {
        position: fixed;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -100;
        transform: translateX(-50%) translateY(-50%);
        background-size: cover;
        background-position: center;
        transition: 1s opacity;
    }

    .label {
        display: table;
        margin: 0;
        padding: 0;
        color: white !important;
        background-color: black !important;
    }

	.nav.link.big.italic {
		font-size: 5.5vw;
	}

}

.title,
.info {
    color: black !important;
    opacity: 1;
}

.title,
.info,
.text:not(.nav) {
    font-weight: 00;
    background-color: white;
    padding: 0.5%;
}

.grey {
    color: grey !important;
}

.link.info:hover,
.selected,
.highlight {
    color: white !important;
    background-color: black !important;
    opacity: 1;
}

a:not(.info):not(.nav) {
    color: white;
    font-weight: 900;
    text-shadow: 2px 2px 1px black;
    opacity: 1;
}

.link:not(.info):not(.nav):hover {
    color: white !important;
    font-weight: 900;
    opacity: 1 !important;
    background-color: black !important;

}