.htmlComponent {
  position: relative;
  height: 100%;
  width: 100%;
}

.htmlComponent_placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.05);
}
