.initial {
    width: 20%;
    padding: 10px;
}

/* Desktop */
#pdf-iframe {
    height: 700px;
    width: 100%;
}

/* Mobile */
@media screen and (max-width: 992px) {
  #pdf-iframe {
    height: 400px;
    width: 100%;
  }
}
body{
    background-color: #666666;
}
