#owl-demo { width: 100%; margin-left: auto; margin-right: auto;}
#owl-demo .item{ display: block;}
#owl-demo img { display: block; width: 100%;}
#owl-demo.owl-theme .owl-controls{
	position:absolute; top:48%; right:100px;
}
#owl-demo.owl-theme .owl-controls .owl-page{
	display:block;
}
#owl-demo.owl-theme .owl-controls .owl-page span{
	width:10px; height:10px; border-radius:10px; background:#939393; margin-left:10px; margin-bottom:10px;
}
#owl-demo.owl-theme .owl-controls.clickable .owl-page:hover span{
	background:#939393;
}
#owl-demo.owl-theme .owl-controls .owl-page.active span{
	background:none; border:2px solid #ffc339; margin-left:8px; margin-bottom:10px;
}
.rotate {
    width: 2200px;
    height: 2200px;
    position: fixed;
    top: 880px;
    right: 0;
	border:0px;
    background: #3e3e3e;
    -webkit-transform-origin: top right;
    transform-origin: top right;
    z-index: 1;
}