.HTS-job-hero{
    width: 100%;
    height:300px;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width:767px){
    .HTS-job-hero{
    height:199px;
}
}