.main-container{
    width: 100%;
}
.banner-div{
    display: flex;
    justify-content: center;
}
.banner-img {
    height: 100vh;
    width: max-content;
    max-width: 100%;
    object-fit: cover;
    transition: transform 1s ease-in-out;
}

