.embla {
    height: 100%;
}

.embla__viewport {
    overflow: hidden;
    height: 100%;
}

.embla__container {
    backface-visibility: hidden;
    display: flex;
    gap: 0.25rem;
    touch-action: pan-y;
    height: 100%;
}

.embla__slide {
	position: relative;
    height: 100%;
}

.embla__slide__img {
    display: block;
    height: 100%;
	width: auto;
	max-width: unset;
    object-fit: cover;
}
