.lg-object{
	max-width: 800px !important;
}
@media only screen and (max-width: 560px) {
	.lg-object{
		max-width: 100% !important;
	}
}