/** {*/
/*  -webkit-box-sizing: border-box;*/
/*  box-sizing: border-box;*/
/*}*/

/*body { font-family: sans-serif; }*/

.gallery {
  width: 92%;
  background: #FFF;
}

.gallery-cell {
  display: block;
  overflow: visible;
  width: 100%;
  height: 580px;
  background: #FFF;
  counter-increment: gallery-cell;
}

/*/* cell number */*/
/*.gallery-cell:before {*/
/*  display: block;*/
/*  text-align: center;*/
/*  content: counter(gallery-cell);*/
/*  line-height: 200px;*/
/*  font-size: 80px;*/
/*  color: white;*/
/*}*/


/* enable Flickity by default */
.main-carousel:after {
  content: 'flickity';
  display: none; /* hide :after */
}

@media screen and ( min-width: 768px ) {
  /* disable Flickity for large devices */
  .main-carousel:after {
    content: '';
  }
}
