/*transform origin*/
.thank-you {
  background-color: #F8FADF;
}

#mt_thank-you .mt_social {
  display: none !important;
}
#mt_thank-you {
  overflow: hidden;
}
#mt_thank-you::after {
  content: "";
  display: block;
  width: 90vw;
  height: 100%;
  background: url("../../images/patterns/v-inverted.png") center/cover no-repeat;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  left: 39%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 991.8px) {
  #mt_thank-you::after {
    width: 100%;
  }
}

/*# sourceMappingURL=thankyou.css.map */
