.main-gallery {
  margin-bottom: 40px;
}
.gallery-cell {
  width: 100%;
}
.gallery-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: #fff;
}
.flickity-prev-next-button {
  width: 32px;
  height: 32px;
  background: 0 0;
}
.flickity-prev-next-button .arrow {
  fill: white;
}
.flickity-prev-next-button.no-svg {
  color: #fff;
}
.flickity-prev-next-button:hover {
  background: 0 0;
}
.flickity-prev-next-button:disabled {
  display: none;
}
.flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  margin: 0 3px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.flickity-page-dots .dot.is-selected {
  background: #fff;
  width: 8px;
  height: 8px;
}
.flickity-prev-next-button.previous {
  left: 0;
  top: 100%;
  transform: none;
  z-index: 999;
}
.flickity-prev-next-button.next {
  right: 0;
  top: 100%;
  transform: none;
  z-index: 999;
}
.lds-spinner {
  display: none;
  position: absolute;
  left: -40px;
  right: 0;
  top: -7px;
  margin: auto;
  z-index: 1;
  color: official;
  width: 10px;
  height: 10px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 19px;
  left: 40px;
  width: 4px;
  height: 11px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:first-child {
  transform: rotate(0);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
