/* .thumbnail:hover {
	box-shadow: 0 0 11px rgba(40, 40, 40, .4);
} */


/* .thumbnail-custom {
  transition: box-shadow .3s;
  width: 300px;
  height: 300px;
  margin: 50px;
  border-radius:10px;
  border: 1px solid #ccc;
  background: #ff0000;
  float: left;
  
}

.card-custom {
	width: 300px;
	height: 300px;
	border: 1px solid #ccc;
} */