.bg-about2 {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 45%;
    min-height: 650px;
    background: url(../images/about/home-7.jpg) no-repeat;
    background-size: cover;
}

.list-unstyled2 {
    list-style: auto;
    text-transform: unset;
    padding-left: 5%;
}

h3, .h3 {
    font-size: 1.2rem;
}

.footer {
    padding-bottom: 10px;
    background: #fdfdfd;
}

.header {
    position: relative;
    background-color: black;
    height: calc(100vh);
    min-height: 700px;
    width: 100%;
    overflow: hidden;
}

.header video {
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.header .container {
    position: relative;
    z-index: 2;
}

.header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: unset;
    opacity: 0.5;
    z-index: 1;
}

.video-icon {
    right: 27px;
    bottom: 27px;
    z-index: 7;
}

.video-container{
    width: 100vw;
    height: 100vh;
}
      
iframe {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*width: 100vw;*/
    /*height: 100vh;*/
    /*transform: translate(-50%, -50%);*/
}
@media (min-aspect-ratio: 16/9) {
    .video-container iframe {
        height: 56.25vw;
    }
}
    
@media (max-aspect-ratio: 16/9) {
    .video-container iframe {
        width: 177.78vh;
    }
}

@media only screen and (min-width: 768px) {
    .header {
        height: 100vh;
    }
}

.abouts {
    font-size: 30px;
    color: #15b2ed;
    margin-bottom: 30px;
}

.fs-18 {
    font-size: 18px;text-align: justify;
}

.about-content {
    padding: 0px 0px 0px 0px;
}