body {
  margin: 0 auto;
}

.gallery-cell {
  width: 100%!important;
  /* full width */
  height: auto;
  /* height of gallery is auto from img */
  margin-right: 10px!important;
}

.gallery-cell img {
  width: 100%!important;
  /* full width */
  height: 100%;
  /* height of img */
}


/* position dots in gallery */

.flickity-page-dots {
  bottom: 12px;
}

.flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}

.flickity-page-dots .dot.is-selected {
  background: white;
}


/* if prevNextButtons: true, */

.flickity-prev-next-button {
  background: none;
}

.flickity-prev-next-button:hover {
  background: none;
  opacity: 0.5
}

.flickity-prev-next-button .arrow {
  fill: #fff;
}