/**
 * @file
 * modal styles below 1200
 */
.modal-close-wrapper {
  bottom: calc(100% + 5px);
  top: auto;
  right: 0;
}

.custom-modal-overlay {
  padding-top: 50px;
}
