/* Remove space above &amp; below Smart Slider */
.n2-section-smartslider,
.n2-ss-slider,
.n2-ss-slide {
  margin: 0 !important;
  padding: 0 !important;
}

/* Remove theme section spacing */
.elementor-section,
.wp-block-group,
.container,
.wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.n2-section-smartslider {
  margin-top: 0 !important;
}
.n2-ss-slide-background img {
  object-fit: cover;
}

