.collage-four { width:100%; height:auto; position:relative; background-color:black; }
.collage-four-item { display:block; width:100%; height:180px; overflow:hidden; background-size:cover; background-position:center center; }
.collage-four-item a { width:100%; height:180px; background-color:rgba(6,9,90,0.25); display:flex; align-items:center; justify-content:center; 
  text-decoration:none; color:white; font-size:1.3rem; font-weight:600; padding:24px; 
  box-shadow: inset 0 0 190px rgba(0,0,0,0.50); 
  transition: all 400ms ease;
  text-align:center;
}
/*
.collage-four-item { transform: scale(1); overflow:hidden; }
.collage-four-item:hover { transform: scale(1.2); }
*/
.collage-four-logo { background:url('https://ctycms.com/tx-sugar-land-ed/square-logo.svg') center center; background-size:cover; }
.collage-four-logo { position:absolute; width:100px; height:100px; top: 310px; left:50%; margin-left:-50px; }
.collage-four-item a:hover { background-color:rgba(6,9,90,0.6); text-decoration:none; color:white; }
@media all and (min-width: 992px) { 
  .collage-four-item { width:50%; height:300px; float:left; }
  .collage-four-item a { height:300px; display:flex; align-items:center; justify-content:center; }
  .collage-four-logo {width:160px; height:160px; top: 220px; left:50%; margin-left:-80px; }

}