header .background {
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-image: url(/statics/images/site.background.png), linear-gradient(
          to right,
          #ffffff 0%,
          #ffffff 45%,
          #011f5e 55%,
          #011f5e 100%
  ) !important;
  background-size: auto 250px !important;
}

header .background .container > .row > div.image > .wrapper .img {
  background-image: none !important;
}

header .background .container > .row > div.text > .wrapper > .title,
header .background .container > .row > div.text > .wrapper img {
  display: none !important;
}

.count-down > .wrapper {
    background-color: #011f5e !important;
}

@media (max-width: 767px) {
  header .background {
    padding-top: 0 !important;
    background-size: cover !important;
  }
}
