@media only screen and (max-width: 700px)
  {
    .modal-content {
      width: 100%;
    }

    .text-middle {
        font-size: 4vw;
    }
  }