.ccm-page .ccm-block-mesch-360 .mesch-360-container {
  height: auto !important;
  width: 100% !important;
  max-width: 100%;
  background-size: cover;
  background-position: center;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: e-resize;
}
.ccm-page .ccm-block-mesch-360 .mesch-360-container .viewer-placeholder {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}


