.hero-container{position:relative;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;z-index:-1}.image-switcher{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;z-index:10}.image-switcher .MuiSvgIcon-root{background-color:#000000;border-radius:50%;width:15px;height:15px;margin:0 5px;cursor:pointer;transition:background-color .3s ease}.image-switcher .MuiSvgIcon-root.active{background-color:#e4e1d8}.image-switcher .MuiSvgIcon-root:hover{background-color:#a29e95}.welcome-content{z-index:2;max-width:700px;padding:20px;background-color:rgba(0,0,0,.337);border-radius:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:white}.welcome-title{font-size:48px;margin-bottom:20px;font-weight:700}.welcome-message{font-size:18px;margin-bottom:30px}@media (max-width:768px){.hero-container{min-height:calc(100vh - 60px);display:flex;flex-direction:column;justify-content:center;align-items:center}}