.background-carousel{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.background-carousel img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity 1s ease-in-out}.background-carousel img.active{opacity:1}