@media only screen and (min-width: 576px) and (max-width: 767px){

    .H21_SubPage_Hero_Container{
        min-height: calc(100vh - 300px);
        position: relative;
    }
}