#header-content {
    /*background-color: #ffeeaa;*/
    background-image: url('/images/home/{{body.images.homepage.background}}');
    background-position: 50% 50%;
    background-size: cover;
    height: 70vh;
    display: inline-flex;
    width: 100%;
}
#logo {
    padding-top: 5rem;
    margin-top: auto;
    margin-bottom: auto;
    display: table-cell;
    align-content: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    z-index: 100;
}
#video-container {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 100%;
    height: 80vh;
    overflow: hidden;
}
video {
    width: initial;
    min-width: 100%;
    min-height: 80vh;
    z-index: 10;
    background-size: initial;
    display: initial;
}
.blurred {
    filter: blur(4px);
}

.imageCard {
    /*width: 130px;*/
    /*height: 195px;*/
    position: relative;
    display: inline-block;
}
.imageCard .imageAlt {
    /*display: none;*/
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.imageCard:hover .imageAlt {
    opacity: 1;
    display: inline;
}
