.frame-desc-container {
}
.frame-container {    
  position: absolute;
  top: 240px;
  bottom: 10px;
  right: 10px;
  left: 10px;
}
.frame-content {
  width: 100%;
}
.doc-frame {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 200px) {
  .frame-container {
    top: 185px;
  }
}
@media only screen and (min-width: 200px) and (max-width: 300px) {
  .frame-container {
    top: 190px;
  }
}
@media only screen and (min-width: 300px) and (max-width: 400px) {
  .frame-container {
    top: 190px;
  }
}
@media only screen and (min-width: 400px) and (max-width: 500px) {
  .frame-container {
    top: 200px;
  }
}
@media only screen and (min-width: 500px) and (max-width: 600px) {
  .frame-container {
    top: 200px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 800px) {
  .frame-container {
    top: 230px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1000px) {
  .frame-container {
    top: 240px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
  .frame-container {
    top: 250px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .frame-container {
    top: 260px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .frame-container {
    top: 270px;
  }
}
@media only screen and (min-width: 1920px) {
  .frame-container {
    top: 280px;
  }
}