div.products{
display: none;
}
div.product-display{
display: none;
}
footer.footer--site .logo-space img{
max-width: 100%;
height: 200px;
}
div.contact{
display: none;
}
/*.category{
width: 50%;
height: 20px;
}*/
@media (min-width: 400px){
.category {
    width: auto;
    height: auto;
margin: 0;
}
}
@media (min-width: 768px){
.category {
    width: calc(99.9% * 1/3 - (16px - 16px * 1/3));
    height: calc(99.9% * 1/2 - (16px - 16px * 1/2));
}
}
.category-display--homepage .category figcaption {
background: transparent;
position: relative;
top: 50px;
vertical-align: center;
padding: 5px 0;
}
.category-display--homepage .category figcaption a:link {
color: black !important;
font-weight: normal;
}
.container .category-display--homepage h2 {
display: none;
}

#bodyContainer > div.page__title > h1{
display: none; 
}