

.carousel-cell {
  width: 100%; /* full width */
  /* center images in cells with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
	Overflow: hidden;
}

.carousel.is-fullscreen .carousel-cell {
  height: 100%;
}

.carousel-cell img {
  display: block;
  width: 100%;
}

.carousel-cell .slide-frame{width:100%;}