.main {
  width: calc(100% - 0px);
  float: left;
  margin-left: 0px;
  height: calc(100vh - 140px);
  overflow: auto;
  position: relative;
}

.flickity-slider {
  -webkit-transform: none !important;
          transform: none !important;
}

.gallery {
  height: calc(100vh - 140px);
  opacity: 1;
  position: relative;
}
.gallery.is-hidden {
  opacity: 0;
}

.gallery-item {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  height: calc(100vh - 140px);
  left: 0 !important;
  opacity: 0;
}
@media screen and (min-width: 1024px) {
  .gallery-item {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px;
    margin-left: calc(16.6666666667% - 23.3333333333px + 40px);
  }
}
.gallery-item.is-selected {
  opacity: 1;
}

.gallery-item.is-text {
  margin-top: 70px;
  height: calc(100% - 70px);
}
.gallery-item.is-text.is-big {
  font-size: 2rem;
}

.gallery-item.is-image {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.gallery-item.is-image img {
  height: 100%;
  width: auto;
}

.item-timing {
  margin-bottom: 15px;
}

.item-title {
  border-top: 1px solid #ccc;
  margin-bottom: 10px;
}