.flickity-viewport {
  width: 100%;
  overflow: visible !important;
}

.flickity-button {
  display: none;
}


/* .container {
  width: 100%;
  max-width: 100em;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6em;
  display: flex;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
} */

/* img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
} */


/* .slider_container {
  width: 100%;
  max-width: 100em;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6em;
  display: flex;
} */

/* .tricks-slider {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
} */

.tricks-slider_slide,
.tricks-slider_slide2 {
  width: 100%;
  height: 60vh;
  /* max-height: 60vw; */
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
  flex-direction: column;
}

/* .image {
  z-index: 1;
  width: 200%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
} */
.bg-gray {
  background-color: #f5f5f5;
}

.text-gray {
  color: grey;
}

.image {
  width: 80%;
  height: 300px;
  object-fit: contain;
  border-radius: 0.75rem;
}

.image2 {
  width: 100%;
  height: 100% !important;
  max-width: 100%;
  border-radius: 0.25rem;
}

.progress {
  width: 80%;
  height: 1.5px;
  background-color: rgba(0, 0, 0, .09);
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.progress2 {
  width: 50%;
  margin-left: 0;
}

.progress_fill,
.progress_fill2 {
  width: 0%;
  height: 100%;
  background-color: #000;
  position: relative;
  transition: width 0.5s ease-in-out;
}

.tricks-slider_text {
  z-index: 2;
  letter-spacing: -.08em;
  font-family: Abcwhyteinktrap, sans-serif;
  font-size: 9.3em;
  font-weight: 400;
  position: relative;
}

@media screen and (max-width: 991px) {

  .tricks-slider_slide,
  .tricks-slider_slide2 {
    /* width: 48%; */
  }

  .progress {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .tricks-slider_text {
    font-size: 9.9em;
  }
}

@media screen and (max-width: 479px) {

  .tricks-slider_slide,
  .tricks-slider_slide2 {
    width: 80%;
    max-height: 130vw;
  }

  .tricks-slider_text {
    font-size: 20em;
  }
}