#ct-modal {
  max-width: 100% !important;
  width: 100% !important;
  inset: 0 !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -75%) !important;
}

/* close button */
#ct-modal button {
  bottom: -32px !important;
  right: 16px !important;
  color: black !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #ct-modal {
    width: 50% !important;
  }
}

@media (min-width: 1024px) {
  #ct-modal {
    width: 50% !important;
  }
}
