html, body {
  width: 100%;
  height: 100%; }

.comic-pic-box {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(40, 40, 40, 0.95); }
