div.fill-screen {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
div.banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 10rem;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
    text-align: center;
}
img.make-it-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
