@media all and (min-width: 35em) {
	button {
		padding: 0.01em;
 
	}
	
	button:focus,
	button:hover {
	background:  #f8b000;
        border: 2px solid #f8b000;

    
	}
.container {
  position: relative;
  width: 300px;

}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f8b000;
  overflow: hidden;
  width: 97%;
  height: 0;
  transition: .5s ease;
}

.container:hover .overlay {
  height: 10%;
}

.text {
  white-space: nowrap; 
  color: white;
  font-size: 14px;
text-align: center;
  position: absolute;
  overflow: hidden;

  left: 50%;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
}


}
tbody tr:hover td{
background:white;

}