/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
.view-id-referentie_projecten .view-content{
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}


.view-referentie-projecten .views-row{
  flex: 0 0 50%;
  width: auto;
  max-width: 50%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.view-referentie-projecten .views-row > div {
  background: #e3e3e3;
	width: -webkit-fill-available;
}

.view-referentie-projecten .views-row > div .group-left figure {
  margin-bottom: 0;
}
.view-referentie-projecten .views-row > div .group-left figure img{
  height: 250px;
  object-fit: contain;
}
