.cv-page {
  width: 780px;
  margin: 0 auto;
  text-align: center;
}

.cv-frame {
  width: 92%;
  height: 1100px;
  border: none;
}

@media (max-width: 760px) {

  .cv-page {
    width: auto;
  }

  .cv-frame {
    height: 700px;
  }

}
