﻿
.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}

.no-video .video-container video,
.touch .video-container video {
    display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}

.video-container {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #fff;
    z-index: -1;
}

    .video-container container-fluid {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
        overflow: hidden;
        background: #fff;
        z-index: -1;
    }

    .video-container .poster img {
        width: 100%;
        bottom: 0;
        position: absolute;
    }

    .video-container .filter {
        z-index: 100;
        position: absolute;
        background: rgba(0, 0, 0, 0.4);
        width: 100%;
    }

    .video-container video {
        position: fixed;
        z-index: 100;
        bottom: 0;
        width: 100%;
    }

        .video-container video.fillWidth {
            width: 100%;
        }

    .video-container .title-container {
        z-index: 100;
        position: absolute;
        top: 35%;
        width: 100%;
        text-align: center;
        color: #fff;
    }

/*video {
  object-fit: fill;
}*/

video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.video-small {
    /*left: 50%;*/
    /*min-height: 100%;
  min-width: 100%;*/
    position: relative;
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
}
