.wc360 {
  position: relative;
  display: block;
  width: 100%;
  clear: both;
  margin: 20px 0 0;
  z-index: 1;
}

.wc360--pending {
  display: none;
}

.wc360__stage {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: transparent;
  cursor: grab;
}

.wc360--dragging .wc360__stage {
  cursor: grabbing;
}

.wc360__img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
  user-drag: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.wc360__loading {
  position: absolute;
  inset: 0;
  display: none;
  place-items: center;
  background: rgba(255,255,255,0.55);
  pointer-events: none;
}

.wc360,
.wc360 * {
  animation: none !important;
}

.wc360__img,
.wc360__img:hover,
.wc360__img:active,
.wc360__img:focus {
  opacity: 1 !important;
  transition: none !important;
  animation: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}