.banner-section {
   
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
}

#particles-js {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

