.psk_360_wrapper{position:relative;min-height:100px;}
.psk_360_wrapper img{width:100%;display:none;}
.psk_360_loader{position:absolute;top:50%;left:50%;}
@keyframes psk_rotate{
  0%{-webkit-transform: rotate(0deg) scale(1);transform: rotate(0deg) scale(1);}
  50%{-webkit-transform: rotate(180deg) scale(0.6);transform: rotate(180deg) scale(0.6);}
  100%{-webkit-transform: rotate(360deg) scale(1);transform:rotate(360deg) scale(1);}
}
.psk_360_loader:after{content:'360\00B0';position:absolute;top:-30px;left:-30px;width:45px;height:45px;border-radius:100%;-webkit-animation:psk_rotate 1.5s 0s ease-in-out infinite reverse;animation:psk_rotate 1.5s 0s ease-in-out infinite reverse;border-style:solid;border-width:2px;border-color:#f00 transparent;text-align:center;padding:10px 0 0;color:#f00;font-size:14px;line-height:18px;}
.psk_360_loader:before{content:'';position:absolute;left:-50px;top:-50px;height:85px;width:85px;border-radius:100%;-webkit-animation:psk_rotate 1s 0s ease-in-out infinite;animation:psk_rotate 1s 0s ease-in-out infinite;border-style:solid;border-width:2px;border-color:#f00 transparent;text-align:center;}
.psk_360_startStop{position:absolute;top:10px;right:10px;width:26px;height:26px;border-radius:100%;border:2px solid #fff;background:url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20200%20200%22%3E%3Cpath%20d%3D%22M25%200%20L200%20100%20L25%20200%20Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;background-size:50%;opacity:0.5;cursor:pointer;}
.psk_360_startStop:hover{opacity:1;}
.psk_360_startStop_play{background:url('data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20175%20175%22%20%3E%3Cpath%20d%3D%22M0%200%20L175%200%20L175%20175%20L0%20175%20Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E') no-repeat center center;background-size:50%;}
