    .astoundHomePageVideoTop{
        height:100vh;
        width:100vw;
        position: relative;
    }
    .astoundHomePageVideoTopText{
        height:100%;
        width:100%;
        position: absolute;
        z-index:800;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        color:#fff;
        padding-left:80px;
        padding-right:80px;
        transform: translateY(40px);
        opacity:0.0;
        transition: 1.0s all;
    }
.astoundHomePageVideoTopText.active{
        transform: translateY(0px);
        opacity:1.0;
    
}
    
    .astoundHomePageVideoTopText h1{
        margin-bottom:0px;
        line-height: .8em;
        font-size:140px;

    }
    
    @media (max-width: 699px) {
    .astoundHomePageVideoTopText h1{
        font-size:100px;

    }
    }

    .astoundHomePageVideoTopCircleContain{
        position: absolute;
        bottom:0px;
        width:100%;
        height:42%;
        left:0px;
        z-index:700;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .astoundHomePageVideoTopCircleContain2{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .astoundHomePageVideoTopCircleContainCirc{
        width:132px;
        height:132px;
        border:solid 1px white;
        border-radius: 66px;
    }
    .astoundHomePageVideoTopCircleContainLine{
        width:1px;
        background-color: white;
        flex-grow: 1;
    }

    .astoundHomePageVideoTopCircleContainLineDark{
        width:1px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        height:100%;
        margin-left:auto;
        margin-right:auto;

    }

    .astoundBillboardContainerHomeFeatured h5{
        font-family: "ArchivoLight";
        margin-bottom:1em;
    }
    .astoundBillboardContainerHomeFeatured h5 strong{
        font-family: "Archivo";
        margin-bottom:1em;
    }