.ww-carousel{display:flex;height:50vh;margin-left:calc(var(--base--layout-mobile-gutter-width)*-1);margin-right:calc(var(--base--layout-mobile-gutter-width)*-1);overflow:hidden;position:relative}.ww-carousel>div{flex:1;height:50vh}.ww-carousel img{height:50vh;object-fit:cover;scroll-snap-align:start;width:auto;width:100%}.carousel-btn{background:grey;height:40px;position:absolute;top:50%;width:40px;z-index:2}.prev-btn{left:5%}.next-btn{right:5%}@media (min-width:992px){.ww-carousel{display:flex;height:50vh;margin-left:calc(var(--base--layout-desktop-gutter-width)*-1);margin-right:calc(var(--base--layout-desktop-gutter-width)*-1);overflow:hidden;position:relative}}