@media only all and (max-width:765px) {

  /* for 700px or less */
  body {
    font-size: 90%;
    line-height: 1.5;
  }

  .frame-outer {
    width: 100%;
  }

  h2 {
    font-size: 1.85rem;
  }

  .background {
    background-image: none;
  }

  .left,
  .right {
    width: 100%;
  }

}

.refnr {}

.apply {}
