.headerSection {
    min-height: 550px
}

#hero img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero_slider_content {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    background: linear-gradient(to top, #00000023, #00000000);
}

.headingtext {
    text-shadow: 0 0 14px #00000073;
}
