header .background {
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-image: url(/statics/images/site.background.png) !important;
  background-color: #05175d !important;
  background-size: auto 258px !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;
}

@media (max-width: 767px) {
  header .background {
    padding-top: 0 !important;
    background-size: cover !important;
  }
}

main .count-down > .wrapper {
  background: linear-gradient(to right, #05175d, #1e379a) !important
}

.ground main > .container > .wrapper {
  overflow: hidden;
}
