.pronto-slider{}


.pronto-slider__slide {
	width: 100%;
	height: 100vh;

	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.pronto-slider__slide.flickity-enabled { display: block; }

.pronto-slider__slide-link{ display: flex; height: 100%; width: 100%; }
.pronto-slider__slide-img{
	/* opacity: 0; */
	display: block;
	height: auto;
	width: 100%;
	object-fit: cover;
}


.pronto-slider .flickity-page-dots{ bottom: 25px; }