ul.services{
   list-style:none; 
   margin: 0;
   padding: 0; 
   overflow: hidden; 
   text-align:center;
}   
   
ul.services li a{
   background-size: 40% 50%;   
   font-size:1.1em !important; 
	text-decoration:none !important;
   display:inline-block; 
   width: 150px; 
   height:100%;
   vertical-align: middle; 
   color: #202020 !important; 
   text-align: center; 
   padding-top: 100px; 
   text-decoration: none; 
   background-position: 50% 0%;
   background-repeat: no-repeat !important;)	
}

ul.services li:hover{
   background-color:#cbee88;
}

ul.services li.services{
   display:inline-block; 
   height:150px;
}