.feature-region img:not(#custom-header-22) {
display: none;
}

#custom-header-22 {
object-fit: cover;
object-position: top 19% right 0%;
}

@media screen and (max-width: 380px) {
#home-page .feature-region img#custom-header-22 {
    height: 40vh;
      }
}

#search-form.callout-region {
background-color: #919191;
}