.comic {
  font-family:'Comic Sans', cursive;
  width: 900px;
  height: 900px;
  position: absolute;
}

.coverZoom {
  width: 900px;
  height: 900px;
  position: absolute;
  z-index: 10;
}

.zoom {
  width: 900px;
  height: 900px;
  position: absolute;
  z-index: 5;
}
.comicContainer {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.draggable {
  transform-origin: center;
  transform-box: fill-box;
}

.comicContainerContainer {
  margin-left: auto;
  margin-right: auto;
  height: 900px;
  width: 900px;
}

.youtube {
  pointer-events: none;
}