.ce_gallery table {
  width: 100%;
}

.ce_gallery td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  width: 270px;
  height: 270px;
  border: solid 1px white;
}


.ce_gallery td:hover {
  border: 1px solid black; 
  border-top-color: #1b2035;
  border-left-color: #1b2035;  
}

.ce_gallery .image_container {
  display: inline;
}



