.sito-header {
  background: url(./sito_img/bg_ultima_header.jpg) no-repeat center center / cover #fff;
  border-radius: 0!important;
}

.sito-header .container-fluid {
  max-width: 1440px !important;
  margin-left: auto;
  margin-right: auto;
}

.sito-header__link {
  width: 240px;
  display: block;
}

.sito-header__logo {
  width: 100%;
  display: block;
}

.chosen-container {
  width: 100% !important;
}

@media (max-width: 576px) {
  .sito-header {
    background: none;
    background-color: #0071b9!important;
    padding: 20px 0 !important;
    border-radius: 0!important;
  }

  .sito-header__link {
    width: 85px;
  }

  .sito-header__logo {
    width: 100%;
    height: auto;
  }
}
