body.view-featured .yjc-hero-search {
  min-height: 640px;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  position: relative;
}
/* background image width only match container */
body.view-featured .yjc-hero-search .t4-section-overlay {
  width: min(1000px, calc(100% - 24px)) !important;
  left: 50% !important;
  right: auto !important;
  transform: translateX(-60%);
  height: 100% !important;
  background-size: cover !important;
  background-position: center !important;
}