/*** Change the url below to set the default photo for your homepage ***/

.lab-group-site .hero {
  background-image: url('./images/home');
}

.image-grid .row > div {
  min-height: 250px;
}

img.img-responsive {
  width:100%;
  max-width:100%;
}

.imgrid { 
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  align-items: stretch;
  justify-items: center;
 }
