.cover-container {
    max-width: 42em;
    position: relative;
    margin-top: 35vh;
}

.cover {
    min-height: 90vh;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.cover .overlay {
    width: 100%;
    height: 100%;
    display: flex;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
}