

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

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

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

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



.carousel-cell_small {
  width: 30%; /* full width */
  /* center images in cells with flexbox */
  /*display: flex;
  align-items: center;
  justify-content: center;*/
margin:0 10px;
}

.carousel.is-fullscreen .carousel-cell_small {
  height: 30vh;
}

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

.carousel-cell_small .slide-frame{width:29%;}



.carousel-cell_medium {
  width: 50%; /* full width */
  /* center images in cells with flexbox */
  /*display: flex;
  align-items: center;
  justify-content: center;*/
margin:0 10px;
}

.carousel.is-fullscreen .carousel-cell_medium {
  height: 50vh;
}

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

.carousel-cell_medium .slide-frame{width:49%;}


@media(max-width:767px){
.carousel-cell_small {
  width: 40%; /* full width */
  /* center images in cells with flexbox */
  /*display: flex;
  align-items: center;
  justify-content: center;*/
margin:0 10px;
}

.carousel.is-fullscreen .carousel-cell_small {
  height: 40vh;
}

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

.carousel-cell_small .slide-frame{width:39%;}



.carousel-cell_medium {
  width: 80%; /* full width */
  /* center images in cells with flexbox */
  /*display: flex;
  align-items: center;
  justify-content: center;*/
margin:0 10px;
}

.carousel.is-fullscreen .carousel-cell_medium {
  height: 80vh;
}

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

.carousel-cell_medium .slide-frame{width:79%;}
}