#himage {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 40vw;
  max-height: 800px;
  min-height: 400px;
  z-index: 1; }
  @media (min-width: 0px) and (max-width: 575px) {
    #himage {
      height: 200px; } }
  #himage .item {
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 40vw;
    max-height: 800px;
    min-height: 400px; }
    @media (min-width: 0px) and (max-width: 575px) {
      #himage .item {
        height: 200px; } }
    #himage .item picture {
      width: 100%;
      height: 100%;
      display: flex; }
      #himage .item picture img {
        object-fit: cover;
        height: auto;
        width: 100%; }
    #himage .item:before, #himage .item:after {
      content: '';
      width: 100%;
      height: 55%;
      opacity: 0.6;
      position: absolute;
      left: 0;
      z-index: 1; }
    #himage .item:before {
      background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000 100%);
      top: 0; }
    #himage .item:after {
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
      bottom: 0;
      z-index: 1; }
    #himage .item .title_wrapper {
      position: absolute;
      bottom: 22px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 3;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (min-width: 576px) and (max-width: 767px) {
        #himage .item .title_wrapper {
          bottom: 20px;
          flex-direction: column;
          justify-content: center;
          align-items: center; } }
      @media (min-width: 0px) and (max-width: 575px) {
        #himage .item .title_wrapper {
          bottom: 20px;
          flex-direction: column;
          justify-content: center;
          align-items: center; } }
      #himage .item .title_wrapper .title {
        color: #fff;
        text-transform: none;
        flex: 1;
        margin: 0;
        text-indent: 5px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box; }
      #himage .item .title_wrapper #module_filters .title {
        text-transform: none;
        font-size: 18px; }
      #himage .item .title_wrapper .nice-select {
        background: transparent;
        border: 2px solid #fff; }
        #himage .item .title_wrapper .nice-select:before {
          display: none; }
        #himage .item .title_wrapper .nice-select .current {
          font-family: var(--font-primary);
          color: #fff;
          font-weight: 500; }
