.fullsize-starter {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("img/index_starter.jpg");
}
.fullsize-starter .backdrop-blur {
    position: relative;
    height: calc(100vh - 5rem);
    background-color: var(--bg-blueish);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.fullsize-starter .backdrop-blur .title {
    display: flex;
    position: absolute;
    left: 5%;
    bottom: 10%;
    width: 35rem;
    max-width: 90%;
    flex-flow: column nowrap;
    color: var(--flx-white);
}
.fullsize-starter .backdrop-blur .title h1 {
    margin-top: 0;
    margin-bottom: calc((42px + 1vw) * 0.3);
}
.fullsize-starter .backdrop-blur .title p {
    font-size: 1.1rem;
    line-height: 1.6rem;
}
.index-image {
    position: relative;
    background-image: url("img/index_workplace.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 32rem;
}
.index-image > div {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--bg-darken);
}
