.video-wrapper {
    min-height: calc(max(100vh, 928px)) !important;
}

.fbox-content {
    align-content: center !important;
    display: grid;
    align-items: center;
}

.video-wrapper h2 {
    font-size: 38px;
}
.feature-box:first-child {
    margin-top: 0;
    min-height: 245px;
}

.video-wrapper {
    align-items: flex-end;
}

.middle-gap {
    margin-top: 23vh;
}


@media (max-width: 1199px) {
    .feature-box.fbox-center  {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
}

@media (max-width: 991px) {
    .feature-box.fbox-center  {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .video-wrapper h2 {
        font-size: 24px;
    }

   .feature-box.fbox-center {
        border-radius: 10px;
        background: #bbbbbb22;
    }
    
}

@media (max-width: 767px) {
    .video-wrapper {
        align-items: center;
    }
    
}

