﻿.kawanaTaglineWithVideo
{
    position: relative;
    overflow: hidden;
}
    .kawanaTaglineWithVideo #ytplayer
    {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .kawanaTaglineWithVideo .imgNoVideo
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
    }
    .kawanaTaglineWithVideo .overlay
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        box-sizing: border-box;
    }
        .kawanaTaglineWithVideo .overlay .taglineContainer
        {
            margin-top: 17%;
            color: white;
            display: flex;
            justify-content: center;
            align-items: center;
        }
            .kawanaTaglineWithVideo .overlay .taglineContainer h2
            {
                color: white;
                font-size: 9vw;
                margin: 0;
                line-height: 1;
            }
            .kawanaTaglineWithVideo .overlay .taglineContainer h3
            {
                color: white;
                font-family: "Bebas Neue", sans-serif;
                margin: 0 2vw 0.8vw 2vw;
                font-size: 3vw;
            }
    .kawanaTaglineWithVideo .wave
    {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-image: url(../../images/WhiteWave.png);
        padding-top: 4.043126684636119%;
        background-size: 100% 100%;
        margin-bottom: 3vw;
    }