/* Hero Slider Fix */
#n2-ss-1 {
    min-height: 400px !important;
    max-height: 650px !important;
}

.n2-ss-slide-background {
    transform: translateX(0) !important;
    opacity: 1 !important;
    position: relative !important;
}

.n2-ss-slide-background:not(:first-child) {
    display: none !important;
}

.n2-ss-slide-background-image img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover !important;
    min-height: 400px !important;
    max-height: 650px !important;
}

.n2-ss-slider-2 {
    min-height: 400px !important;
    max-height: 650px !important;
}

.n2-ss-slider-3 {
    min-height: 400px !important;
    max-height: 650px !important;
}

/* Remove empty space */
.n2-ss-slide {
    transform: translateX(0) !important;
}

.n2-ss-slide:not(:first-child) {
    display: none !important;
}
