

/* external css: flickity.css */

.hslide-area
{
	height:100vh;
	width:100%;
	min-height:300px;
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:-1;
}

.gallery {
  background: #EEE;
}

.gallery-cell {
  width: 100%;
  height: 100vh;
  margin-right: 0;
  margin-left: 0;
  background: #ddd;
  background-size: cover;
  padding: 100px calc(48px + 2vw);
  counter-increment: gallery-cell;
}

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

