.threedeelobby{min-height:480px;margin-top:10px;margin-bottom:20px}.carousel-container{position:relative;width:80%;max-width:800px;margin:40px auto;overflow:hidden;border-radius:8px;box-shadow:0 4px 10px rgba(0,0,0,0.15)}.carousel-slides{display:flex;transition:transform 0.5s ease-in-out}.carousel-slide{min-width:100%;box-sizing:border-box}.carousel-slide img{width:100%;display:block}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(0,0,0,0.5);border:none;color:#fff;font-size:24px;padding:10px;cursor:pointer;border-radius:50%;z-index:100}.carousel-button:hover{background-color:rgba(0,0,0,0.7)}.carousel-button.prev{left:20px}.carousel-button.next{right:20px}@media screen and (max-width:850px){.threedeelobby{min-height:360px}}@media screen and (max-width:480px){.threedeelobby{min-height:240px}}