.server{
	display:inline-block;
	width: 50%;
	aspect-ratio:3/1;
	height: 300px;
	text-decoration:none;
}
.back{
	object-fit: cover;
	width:100%;
	height:100%;
  -webkit-filter: brightness(100%);
}
.back:hover{
		-webkit-filter: brightness(70%);	
	   -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.servtitle{
	position:relative;
	text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
             1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
	color:white;
	top:-62%;
	text-align:center;
	height:0;

}
