.contactpad {
    height: 100vh;
    display: flex;
    flex-direction: column;
    /*background: #000;*/
  }

  .showpad {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }

  .showpad::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #000, rgba(0, 0, 0, 0)) repeat scroll 0 0;
  }