﻿h4, .h4 {
    font-size: 18px;
    font-family: oswald;
    font-weight: 400 !important;
}
video#hvkkIntroVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url('../img/bg_video.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.layer {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url('../img/video_mask4.png');
}