
.simple-list-grid ul li:after, .simple-list-grid:after {
  content: "";
  display: table;
  clear: both
}

body { /*padding: 20px*/ }

.simple-list-grid {
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in
}

.simple-list-grid ul {
  list-style: none;
  position: relative;
  /*margin: 0;*/
	    margin: 4em 0 0 4em;
  padding: 0
}

.simple-list-grid ul li {
  padding: 1rem;
  width: 95%;
  opacity: 0;
  border: 1px solid #ccc;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in
}
.simple-list-grid ul li hover {
  padding: 1rem;
  width: 100%;
  opacity: 0;
  border: 1px solid #ccc;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
	 background-color: #cce7e7;
}

.simple-list-grid ul li .thumb  {
  float: left;
  margin-right: 1rem;
  width: 150px;
  overflow: hidden;
	
	/*display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;*/
}

.simple-list-grid ul li .thumb  img { 
  /*width: 100%; 
	height:100px; 
	margin:20px auto; */
	}
