#about .abt-contr a {
    width: 100%;
    text-align: center;
}

#about .abt-contr h4 {
    text-align: center;
}

.abt-text {
    padding: 0 0 30px 0;
}

.banner-contr {
    height: 150vh;
}

.video-container {
    width: 100vw;
    height: 100vh;
}

.video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
}

@media (min-aspect-ratio: 16/9) {
    .video-container iframe {
        height: 56.25vw;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-container iframe {
        width: 177.78vh;
    }
}

.reviews-area iframe {
    height: 416px;
    width: 100%;
}


.overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.banner-txt-contr {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

.banner-txt-contr h3 {
    color: #fff;
    line-height: 1.3;
    margin: 0 auto 30px auto;
}

.banner-txt-contr p {
    color: #fff;
    margin-bottom: 20px;
    width: 100%;
    line-height: 40px;
}

.header-btn-contr a {
    background: #3ec1d5;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #3ec1d5;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 700;
}

.header-btn-contr a:hover {
    color: #ededed;
}

.abt-icon {
    padding: 10px 0 20px 0;
}