/* Temporary fix for hero area display */
#hero-area {
  background-image: url(../img/hero-area.svg) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 650px !important;
  position: relative !important;
  overflow: hidden !important;
  padding: 180px 0 80px !important;
  display: block !important;
  width: 100% !important;
}

#hero-area .container {
  position: relative !important;
  z-index: 2 !important;
}

#hero-area .row {
  align-items: center !important;
}

.hero-area-bg {
  background-image: url(../img/hero-area.svg) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 650px !important;
  padding: 180px 0 80px !important;
}