.back-to-tour{
	display:none;
}
.like{
	display:none;
}
@media (min-width: 801px) and (orientation: landscape){
	.control-bar .download {
		bottom: -53px;
		right: 46px;
	}
}
.control-bar .sharing{
	right: 77px;
}
@media (max-width: 800px), (orientation: portrait){
	.control-bar .download {
		right: 49px;
	}
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px){
	.control-bar .download {
		right: 65px;
	}
	.control-bar .sharing{
		right: 91px;
	}
}