header .background .container > .row > div.image {
  background-image: radial-gradient(circle, #3768ea 0%, #3362e0 7%, #2d55cd 14%, #1e389d 35%, #1a318b 50%, #132786 65%, #112482 75%, #112482 100%);
  background-size: 100% 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}

header .background .container > .row > div.image > .wrapper > .inner {
  padding-top: 90% !important;
}

main .count-down > .wrapper {
  background: linear-gradient(to right, #1a318b, #1e379a) !important
}
