.homepage-banner-tiles {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: 400px 250px;
  gap: 10px;
  width: 100%;
  margin: 20px auto;
}

.homepage-banner-tiles > div {
  position: relative;
/*   background: #4a90e2; */
  color: white;
  padding: 30px;
  text-align: center;
  font-size: 20px;
  
  background-size: cover;
/*   background-size: contain; */
  background-position: center;
  background-repeat: no-repeat;
  
  overflow: hidden;
}

.homepage-banner-tiles > div a, .homepage-banner-tiles button {
  position: absolute;
  background: var(--accentGreen);
  color: white;
  padding: 7.5px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: bold;
  border: none;
  transform: translate(-50%, -50%)
}

.homepage-banner-tiles button {
	position: unset;
}
.homepage-banner-tiles .aiden-keuzehulp-button {
  position: absolute;
}

.homepage-banner-tile-1 {
  grid-column: span 3;
  background-image: url('https://cdn.webshopapp.com/shops/189476/files/490268354/tile1.png');
}
.homepage-banner-tile-2 {
  grid-column: span 3;
  background-image: url('https://cdn.webshopapp.com/shops/189476/files/490268356/tile2.png');
}
.homepage-banner-tile-3 {
  grid-column: span 2;
  background-image: url('https://cdn.webshopapp.com/shops/189476/files/490268357/tile3.png');
}
.homepage-banner-tile-4 {
  grid-column: span 2;
  background-image: url('https://cdn.webshopapp.com/shops/189476/files/490268358/tile4.png');
}
.homepage-banner-tile-5 {
  grid-column: span 2;
  background-image: url('https://cdn.webshopapp.com/shops/189476/files/490268359/tile5.png');
}


.owl-car-tile a {
  padding: 5px;
}

.owl-car-tile .btn, .owl-car-tile button {
	background: var(--accentGreen); 
}

.owl-car-tile button {
  padding: 10px;
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  font-family: "DM Sans", Helvetica, sans-serif;
  border-radius: 3px;
}