.navbar-brand img {
    max-width: 164px;
    max-height: 78px;
}
.txtBlue {
    color: #0088ea;
    font-size: 20px;
}
.footerLogo {
    opacity: 0.5;
    max-width: 150px;
}

/* .video {
    width: auto !important;
    height: auto!important;
    max-width: 100% !important;
    width: 100% !important;
    max-height: 600px;
    display: block;
    object-fit: contain;
} */

.videoContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    max-width: 745px;
    /* height: 430px; */
    border: 1px solid #efefef;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
    position: relative;
}
.videoContainer video {
    /* max-width: 800px !important; */
    width: 100% !important;
    /* max-height: 600px; */
}
.videoContainer .iconPlay {
    background: url(../img/ytPlayIcon.png) no-repeat left center;
    height: 35px;
    width: 50px;
    position: absolute;
}
.videoContainer:hover .iconPlay {
    background: url("../img/ytPlayIcon.png") no-repeat -52px center;
}
.videoContainer img {
    display: flex;
    max-width: 100%;
    object-fit: contain;
}

/* @media screen and (max-width: 767px) {
    .videoContainer {
        height: 300px;
    }
}
@media screen and (max-width: 399px) {
    .videoContainer {
        height: 200px;
    }
} */