verdocs-template-document-page {
  width: 100%;
  position: relative;
}
verdocs-template-document-page .verdocs-template-document-page-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.0588235294);
}
verdocs-template-document-page .verdocs-template-document-page-layer.img {
  width: 100%;
}
verdocs-template-document-page .placeholder {
  opacity: 0.1;
  width: 612px;
  height: 792px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.0588235294);
}