/******************************************************/
/* 
Que las imagenes ocjupen el 100% del contenedor (en modo cover) 
Ejemplo del contenedor:

.cycle-slideshow{
	width: 100%;
	height: 100%;
}
*/

.cycle-slideshow.ak-cycle2-cover{
	overflow: hidden;
}
.cycle-slideshow.ak-cycle2-cover img{
	/* max-width: 100%;
	max-height: 100%; */
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/******************************************************/