
.cloudimage-360-view-360-circle {
    position: absolute;
    left: 0;
    right: 0;
	width: 400px;	
    max-width: 80%;
    height: auto;
    margin: auto;
    pointer-events: none;
    user-select: none;
    transition: 0.5s all;
    z-index: 2;
}



#circlr {
  cursor: move;
  margin: 0 auto;
  max-width:500px;
  min-height: 100px;
  padding-bottom:20px;
  position: relative;
  background: url(360.svg) bottom center no-repeat;
  
}

#circlr #loader {
  background: url(loader.gif) center center no-repeat;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

