/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.hs-kb-search-input-wrapper .hs-search-field__bar {min-height:15vh!important;padding-bottom:2vh;}
.hero {
    width: 100vw; 
    min-height: 20vh;
  height:40vh;
    overflow: hidden;
    margin-bottom: 3rem;
    border-radius: 0px;
  margin-top:-10px;
  }

  .hero img {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover; 
    object-position: center; 
  }

@media (max-width: 500px) {
  .hero {
    min-height: 20vh;
}