body {
	background-image: url(../images/bg/bg-new_services.png);
  	background-repeat: no-repeat;
    background-size: 100% auto;
}

.grid-image {
	width:15%;
	height:auto;
	margin-left: auto;
    margin-right: auto;
    display:block;
    margin-top:10px;
    /*Centered*/
}

.gridRow {
  padding-left:6em;
  padding-right:6em;
}

.bottomSection {
	margin-bottom:2em;
}

/*At specific size no background*/
@media handheld, screen and (max-width: 480px) {
  body{
    background-image: none;
  }
}

@media screen and (max-width: 978px) {
  body{
    background-image: none;
  }
}