/* KRONES brand-page additions only. Kept separate from the homepage stylesheet. */
.krones-category-mosaic{
  height:210px;
  padding:18px;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-template-rows:repeat(2,minmax(0,1fr));
  gap:3px;
  background:#20add2;
}
.krones-category-mosaic img{
  width:100%;
  height:100%;
  min-width:0;
  min-height:0;
  display:block;
  object-fit:contain;
  padding:7px;
  background:#61b8d8;
  border:0;
  border-radius:0;
  box-shadow:none;
}
@media (max-width:680px){
  .krones-category-mosaic{height:200px;padding:14px;}
}
