.slideshow-ext{ 
	slideshow-slides[size=custom] {
    min-height: var(--custom-slide-height-mb);

    @media screen and (min-width: 768px) {
        min-height: var(--custom-slide-height);

    }
	}

	slideshow-arrows[position=center] {
    align-items: end;

    @media screen and (min-width: 768px) {
        align-items: center;
    }
	}

	slideshow-arrows{
		right: 15px;
    left: 15px;
	}
}