.header-image {
    overflow: hidden;
    position: relative;
}
.header-image .sk-carousel .item,
.header-image .sk.single-header {
    background-size: cover;
    background-position: center center;
    max-height: 100vh;
    height: 75vw;
}
.header-over {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    color: white;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
    padding: 210px 20px 100px;
}
.header-over h1 {
    font-size: 8.35vw;
    font-weight: 300;
    position: relative;
    margin: 0;
    line-height: 1;
}
.header-over h2 {
    font-size: 25px;
    font-weight: 400;
    margin: 0;
}
/*Responsive*/
@media only screen and (max-width:769px) {
    .header-image .sk-carousel .item,
    .header-image .sk.single-header {
        height: 150vw;
        min-height: 400px;
    }
    .header-over h1 {
        font-size: 30px;
    }
    .header-over h2 {
        font-size: 15px;
    }
}
