Featured Events Slider with uncropped centered images

CSS to center images and disable cropping

#musicidb-featured-events {
	.slider-banner img{
		height: auto;
	    -o-object-fit: cover;
	    object-fit: auto;
	    width: 100%;
	    width: auto;
	    height: 100%;
	    right: 0;
	    position: relative;
	    text-align: right;
	    margin: 0 auto !important;
	    left: 0;
	}
}