.feature-box {
	margin-top: 0;
}

img {
	border: 0;
}

.img_container {
  position: relative;
  width: 100%;
	
}

.feature-box {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.feature-box:hover {	
	background: #FFEECA;
}