.circular-gallery {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: grab;
  outline: none;
}

.circular-gallery:active {
  cursor: grabbing;
}

.circular-gallery canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

#circular-gallery-viewport {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  background: var(--studio-bg-light);
}
