@media all and (max-width: 1200px)
{
	body {
		outline: 1px solid red;
		background: url(../img/man.jpg)no-repeat 130% 85px, #fbfbfb!important;
	}
}