
.gigantography-wraper[data-v-5f921280] {
  width: 100%;
}
.gigantography-container[data-v-5f921280] {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 0;
  transition: all 500ms ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gigantography-inner[data-v-5f921280] {
  margin: auto;
  display: block;
  width: 100%;
  height: auto;
  transition: all 1s ease-out;
}
.gigantography-controls[data-v-5f921280] {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  bottom: 15px;
}
.gigantography-mobile-controls[data-v-5f921280] {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  bottom: calc(15%);
}
.control[data-v-5f921280] {
  height: 10px;
  width: 20px;
  border-radius: 5px;
  background-color: #979797;
  margin: 3px;
  transition: all 0.5s ease;
  cursor: pointer;
}
.control[data-v-5f921280]:hover,
.control-active[data-v-5f921280]:hover {
  background-color: #f79094;
  transform: scale(1.02);
}
.control-active[data-v-5f921280] {
  width: 30px;
  background-color: #e91f25;
  box-shadow: 0 4px 10px -1px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

/* ---------------------------------------------------
    ANIMATIONS
----------------------------------------------------- */
.gigantography-enter-from[data-v-5f921280] {
  opacity: 0;
}
.gigantography-enter-to[data-v-5f921280] {
  opacity: 1;
}
.gigantography-enter-active[data-v-5f921280] {
  transition: all 1s ease;
}
.gigantography-leave-from[data-v-5f921280] {
  opacity: 1;
}
.gigantography-leave-to[data-v-5f921280] {
  opacity: 0;
}
.gigantography-leave-active[data-v-5f921280] {
  transition: all 0.7s ease;
  position: absolute;
}
