.gallery-carousel{position:relative;width:450px;height:300px;overflow:hidden}.gallery-carousel .image{object-fit:cover;transition:transform .3s ease-in-out}.gallery-carousel:hover .image{transform:scale(1.1)}.gallery-carousel .nav-button{position:absolute;top:50%;transform:translateY(-50%);background-color:rgba(0,0,0,.5);color:#fff;border:none;padding:8px 12px;cursor:pointer;z-index:10}.gallery-carousel .nav-button.left{left:10px}.gallery-carousel .nav-button.right{right:10px}.gallery-carousel .nav-button:hover{background-color:rgba(0,0,0,.8)}@media only screen and (max-width:900px){.gallery-carousel{width:calc(100vw - 100px);height:calc((100vw - 100px)*2/3)}}