﻿
@media (min-width: 768px) {
    #div_home_show_bgimg .g-col-10 {
        width: 83.33333%;
        margin-left: 8.33333%;
    }
}

#div_home_show_bgimg .video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
}

    #div_home_show_bgimg .video video {
        object-fit: cover;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -100;
        pointer-events: none;
        top: 50%;
        left: 50%;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

#div_home_show_bgimg h1 {
    margin: 0;
    font-family: "harriet-display", Helvetica, serif;
    font-size: 34px;
    line-height: 44px;
    font-weight: 400;
    color: #fff;
}

@media (min-width: 768px) {
    #div_home_show_bgimg h1 {
        font-size: 46px;
        line-height: 46px;
    }
}

@media (min-width: 1024px) {
    #div_home_show_bgimg h1 {
        font-size: 58px;
        line-height: 70px;
    }
}

#div_home_show_bgimg h1 .row1 {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
}

@media (min-width: 1400px) {
    #div_home_show_bgimg h1 .row1 {
        margin-left: -30px;
    }
}
