@charset "UTF-8";
/* CSS Document */


/* The offer on the page */

#buy-green-hero-row {
	margin-top:-20px;
}

/* Clear floating divs */
.cleargroup:after {
  content: "";
  display: table;
  clear: both;
}

/* the offer on desktop */
@media (max-width:2120px) {
  	/* this controls the background */
	.mediablockhero {
      	background-image: url('/assets/images/region-4/products/mowers/lawn-tractors/grass-background-1375x500.jpg');
 	 	height: 340px; 
 	 	text-align:center;
     	margin-top: 20px;
     	background-size: 100%;
     	background-repeat: no-repeat;
	}
	/* controls the headline and spacing */
	.mediablockhero h4 {
 	 padding-top:4%;
     font-size:2.2em;
     line-height:1.0em;
      color: white;
	}
  
    .mediablockhero p {
     font-size:1.2em;
      color: white;
    }
  .button5 {
    margin: 10px;
  }
  
}
 
@media (max-width:768px) {
	.mediablockhero {
     background-image: url('/assets/images/region-4/products/mowers/lawn-tractors/grass-background-640x500.jpg');
 	 height: 340px; 
 	 text-align:center;
      background-size: 180%;
      background-repeat: no-repeat;
	}
	.mediablockhero h4 {
 	 /*padding-top:2%;*/
     font-size:1.7em;
      color: white;
    }
  
  	.mediablockhero p 
     font-size: 1em;
      color: white;
    }
	.button5 {
    	margin: 5px;
  	}
}
