#background-video {
    width: 90vw;
    height: 73vh;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    min-width: 100%;
    bottom: 0;
    top: 0;
    z-index: -1;
}

.header-video {
    /* position: relative; */
    min-height: 100%;
    height: 66vh;
    object-fit: fill;
    width: 100%;
}

.nebula-banner-box {
    width: 45%;
    padding-left: 10%;
    position: relative;
    top: 38%;
    color: #ffffff;
}

.Learnmore .btn-call-to-action {
    background-color: #6CBE45;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
