/* external css: flickity.css */


.flickity-page-dots{display:none;}
.flickity-prev-next-button{display:none;}
is-selected{border:1px solid #909090}
.carousel-main{ max-width:786px; width:100%; position:relative; margin:0 auto; height:auto;}
.carousel-main img{ max-width:786px; width:100%; height:450px;}
.carousel {
  background: #FAFAFA;
  margin-bottom: 40px;
}
.carousal_nav{
  border:1px solid transparent;
  height: 90px;
  max-width:120px;
  border-radius: 5px;
}

.carousel-cell {
  width: 100%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.carousel-nav .carousel-cell {
  height: 80px;
  width: 100px;
}

.carousel-nav .carousel-cell:before {
  font-size: 50px;
  line-height: 80px;
}

.carousel-nav .carousel-cell.is-nav-selected {
  background: #ED2;
}

@media only screen and (max-width: 600px) {
main img {
    max-width: 786px;
    width: 100%;
    height: auto !important;
}
}