.home .home-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.home .home-wrap .hw-item {
    width: 100%;
}
.home .vignette video {
    filter: brightness(65%);
}
.home .vignette .content {
    position: relative;
    height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 5vh;
}
.home .vignette h1 {
    color: #F49607;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
}
.home .vignette h2, .home .vignette p {
    color: #fff;
}
.home .vignette h2 {
    font-size: 18px;
    margin-top: 24px;
}
.home .vignette p {
    font-size: 12px;
    line-height: 125%;
}
@media screen and (min-width:600px) {
    .home .vignette .hc-container {
        width: 75%;
    }
    .home .vignette h1 {
        font-size: 16px;
    }
    .home .vignette h2 {
        font-size: 24px;
    }
    .home .vignette p {
        font-size: 14px;
    }
    .home .vignette p:last-child {
        margin-top: 32px;
    }
}
@media screen and (min-width:960px) {
    .home .vignette .hc-container {
        width: 65%;
    }
    .home .vignette h1 {
        font-size: 20px;
    }
    .home .vignette h2 {
        font-size: 36px;
    }
    .home .vignette p {
        font-size: 18px;
    }
    .home .home-wrap .hw-item {
        width: 50%;
    }
    .home .home-wrap .uk-grid, .home .home-wrap .hw-item .video-box {
        padding-left: 48px;
    }
}
@media screen and (min-width:1200px) {
    .home .vignette h1 {
        font-size: 22px;
    }
    .home .vignette h2 {
        font-size: 42px;
    }
    .home .vignette p {
        font-size: 20px;
    }
}
@media screen and (min-width:1400px) {
    .home .vignette h1 {
        font-size: 24px;
    }
    .home .vignette h2 {
        font-size: 48px;
    }
    .home .vignette p {
        font-size: 22px;
    }
    .home .vignette p:last-child {
        margin-top: 36px;
    }
}