header .background .container > .row > div.image {
  background-image: radial-gradient(circle, #5a6ed4 0%, #4a5ec4 7%, #3a4eb4 14%, #2538a0 35%, #1a2d92 50%, #142687 65%, #112482 75%, #112482 100%);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}

header .background .container > .row > div.image > .wrapper > .inner {
  padding-top: 92% !important;
}

main .count-down > .wrapper {
  background: linear-gradient(to right, #1a318b, #1e379a) !important;
}
