@media only screen and (max-device-width: 580px) and (orientation : landscape) { 
	#sbox-window {
		position: absolute;
		top:20px!important;
		left:20px!important;
	}
}