#wd-hero{
    height: 150vh;
}
#wd-hero-textcont{
    height: 85vh;
    justify-content: center;
    align-items: center;
    margin: 0;
    position: sticky;
    top: -100px;
}
#wd-hero-title{
    margin: 0;
    font-weight: 400;
}
#wd-hero-subhead{
    font-size: clamp(32px, 3vw, 40px); /* 2.3599rem;*/
    line-height: clamp(44px, 4.125vw, 55px);
    margin: 0 70px;
    text-align: center;
    font-weight: 300;
}
#wd-section-2-grid1-col2{
    /*position: relative;*/
}
#wd-section-2-grid1{
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
}
#wd-section-2-grid1-col2-d4{
    position: relative;
}
#wd-grid1-col2-d4-d1{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top: 0;
    z-index: 200;
}
#wd-section-2-grid1-col2-title{
    font-weight: 400;
}
.readable-text-normal-x1{
    font-size: 1.275rem;
    line-height: 1.89rem;
    font-weight: 300;
}
.readable-text-large-x1{
    font-size: 2rem;
    line-height: 3rem;
}
#wd-section-2{
    padding-top: 300px;
    padding-bottom: 100px;
}
#wd-section-vid-wrp{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    position: sticky;
    top: 10px;
}
#wd-section-vid{
    width: 80%;
    height: auto;
}


@media (max-width:1000px) {

}

@media (max-width:750px) {
    #wd-section-2-grid1{
        grid-template-columns: auto;
        grid-template-rows: repeat(2, auto);;
    }
    #wd-hero-subhead{
        font-size: clamp(32px, 2.5vw, 40px); /* 2.3599rem;*/
        line-height: clamp(44px, 3.5vw, 55px);
        margin: 0;
        text-align: center;
        font-weight: 300;
    }
    #wd-section-2-grid1-col1{
        order: 2;
    }
    #wd-section-vid{
        width: 100%;
        height: auto;
    }

}

@media (max-width:700px) {
    

}