.showcase.is0001 {
	padding: 5px 15px;
    background-color: #f6f6f6;
}

.showcase.is0001 .showcase-element {
    margin: 10px;
    width: calc(100% / 4 - 24px);
    text-align: center;
    display: inline-flex;
    vertical-align: middle;
    box-shadow: -2px 2px 3px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    align-items: center;
    justify-content: center;
}

.showcase.is0001 .showcase-element img {
	max-height: 90px;
}