.lazy {
	background: url(../images/loading.gif) 50% no-repeat;
}
@media screen and (max-width:960px){
	.lazy{
		width: 100%;
	}
}