/* external css: flickity.css */

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

.gallery {
  background-color: rgba(0, 0, 0, 0);
  width: 88%;
  margin: auto;
}

.gallery-cell {
  width: 75%;
  margin: 2rem 4rem 0rem 4rem;
  /*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;
}

.flag-box {
  width: 100%;
}