.series-splash,
.cat-splash {
  background: white no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
  display: table;
  box-shadow: 0 0 10px black;
  cursor: pointer;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  /*
	
	&#splash-clay 				{ background-image: url("../../assets/img/"); }
	
	&#splash-currentconcrete 			{ 
		background-image: url("../../assets/img/letgo.jpg"); 
		background-size: 170%;
		background-position-y: -30px;
		
	}
	
	&#splash-paintingsdrawings 	{ 
		background-image: url("../../assets/img/wildmind.jpg"); 
		background-position-y: -30px;
		background-size: 130%;
	}
	*/
}
.series-splash:hover,
.cat-splash:hover {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}
.series-splash h2,
.cat-splash h2 {
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.series-splash#splash-cairn,
.cat-splash#splash-cairn {
  background-image: url("../../assets/img/splash-cairn.jpg");
}
.series-splash#splash-quintessence,
.cat-splash#splash-quintessence {
  background-image: url("../../assets/img/splash-quintessence.jpg");
}
.series-splash#splash-harlequin,
.cat-splash#splash-harlequin {
  background-image: url("../../assets/img/splash-harlequin.jpg");
}
.series-splash#splash-balance,
.cat-splash#splash-balance {
  background-image: url("../../assets/img/splash-balance.jpg");
}
.series-splash#splash-concretecurrent,
.cat-splash#splash-concretecurrent {
  background-image: url("../../assets/img/splash-concretecurrent.jpg");
  background-size: 170%;
  background-position-y: -30px;
}
.series-splash#splash-concretepast,
.cat-splash#splash-concretepast {
  background-image: url("../../assets/img/splash-concretepast.jpg");
}
.series-splash#splash-wallpieces,
.cat-splash#splash-wallpieces {
  background-image: url("../../assets/img/splash-wallpieces2.jpg");
}
.series-splash#splash-moonlightcircus,
.cat-splash#splash-moonlightcircus {
  background-image: url("../../assets/img/splash-moonlightcircus.jpg");
}
@media (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 440px) {
  h2 {
    font-size: 1.5em;
  }
}
