image-carousel .image-carousel{overflow:hidden;white-space:nowrap;width:100%;position:relative;height:100%}image-carousel .image-carousel .image-carousel-image-group{position:absolute;display:flex;height:100%;overflow:visible;width:auto;min-width:300px}image-carousel .image-carousel .carousel-image{max-height:100%;max-width:100%;object-fit:contain}image-carousel .image-carousel.horizontal{flex-direction:row;display:flex;width:100%;height:100%;overflow-x:hidden}image-carousel .image-carousel.horizontal .image-carousel-image-group{height:100%;width:auto}image-carousel .image-carousel.horizontal .image-carousel-image-group .carousel-image{width:auto;height:100%}image-carousel .image-carousel.vertical{flex-direction:column;display:flex;width:100%;height:100%;overflow-y:hidden}image-carousel .image-carousel.vertical .image-carousel-image-group{flex-direction:column;min-height:300px;min-width:initial;width:100%;height:auto}image-carousel .image-carousel.vertical .image-carousel-image-group .carousel-image{height:auto;width:100%}image-carousel .image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}
