.cloudimage-360{width: 100%;}
.view360Icon{position: absolute; left:0; top:0; bottom: 0; right: 0; width: 100px; height: 100px; margin: auto; background-color: rgba(255,255,255,0.8); border-radius: 50%; box-shadow: rgb(255, 255, 255, 0.5) 0px 0px 4px; transition: 0.5s all; color: rgb(80,80,80); text-align: center; line-height: 100px; z-index: 2; font-size: 18px;}
.cloudimage-360-loader{position: absolute;z-index: 100; top: 0px; left: 0px; right: 0px; width: 97%; height: 8px; background: rgb(165, 175, 184); }
 

@media screen and (max-width: 1300) {
    .view360Icon{width: 70px; height: 70px; line-height: 70px; font-size: 16px;}
}

@media screen and (max-width: 768px) {
    .view360Icon{width: 50px; height: 50px; line-height: 50px; font-size: 12px;}
}