.grecaptcha-badge{
  display: none !important;
}

div#modal-1{
    padding: 0;
    overflow: hidden;
    height: 95vh !important;
}

@media screen and (max-width: 633px) {
  div#modal-1{
      height: 100vh !important;
  }
}

div#modal-1 .fancybox-close-small {
    color: currentColor;
    padding: 5px;
    left: 0;
    top: 0;
    font-size: 25px;
    color: #5dc984;
}