.loading-banner-carousel{
    /* width: 1425px !important;
    height: 574.594px !important;
    background: white !important; */
}

#ndbannerimage {
    width: 100%;
    /* height: 602.031px !important;
    background: white !important; */
}

.alumni_image>img{
    height: 305.344px !important;
    width: 100% !important;
    background: white !important;
}

@media only screen and (max-width: 799px) {
    .loading-banner-carousel {
        width: 100% !important;
        height: auto !important;
        background: white !important;
    }

    #ndbannerimage {
    	width: 100% !important;
    	height: auto !important;
        background: white !important;
    }

    .alumni_image>img {
    	width: 100% !important;
    	height: auto !important;
        background: white !important;
    }

}