/* YOUR CUSTOM STYLES */

    width: 100%;
.demo-card-image .mdl-card{
  width: 256px;
  height: 256px;
  
}
    .demo-card-image:hover{
    opacity: 0.3;
    filter: alpha(opacity=50);
    transition:ease 1s;
    cursor:pointer;
    }
.demo-card-image >.mdl-card__actions {
  height: 52px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.2);
}
.demo-card-image__filename {
  color: black;
  font-size: 14px;
  font-weight: 500;
}
.aquajet{
    background: url('/img/img/aquajet.jpg') center / cover !important;
}
.hammelmann{
    background: url('/img/img/hammelmann.jpg') center / cover !important;
}
.koks{
    background: url('/img/img/koks.jpg') center / cover !important;
}
.space{
    margin-bottom:40px;
}