.electricals .top-category-text:before {
    background-image: url('/media/wysiwyg/electricals-icon.png');
}
.cubicles .top-category-text:before {
    background-image: url('/media/wysiwyg/cubicles-icon.png');
}
.sanitaryware .top-category-text:before {
    background-image: url('/media/wysiwyg/sanitaryware-icon.png');
}
.taps-showers .top-category-text:before {
    background-image: url('/media/wysiwyg/taps-showers-icon.png');
}
.dispensers-accessories .top-category-text:before {
    background-image: url('/media/wysiwyg/dispensers-accessories-icon.png');
}
.changing-room .top-category-text:before {
    background-image: url('/media/wysiwyg/locker-icon.png');
}
.offers .top-category-text:before {
    background-image: url('/media/wysiwyg/offers-icon.png');
}
.accessibility-disabled .top-category-text:before {
    background-image:url('/media/wysiwyg/accessibility-disabled-icon.png');
}

.columns {
    max-width:100%;
    padding:0;
}

.top-category-image img {
    transition: transform .5s ease;
}

.top-category-image img:hover {
    transform: scale(1.1);
}

.home-inspiration > div {
    padding: 30px;
    position: relative;
    z-index: 9;
    margin: 0 auto;
    background-color: #003057;
    background-image: url('/media/wysiwyg/bubbles.png');
    background-repeat: no-repeat;
    background-position: 95% bottom;
    min-height: 320px;
    margin: 40px auto;
    border-radius: 4px;
    min-height:380px;
}

.top-category .top-category-text:before {
    content: '';
    background-repeat: no-repeat;
    background-size: 48px 48px;
    padding-left: 16px;
    width: 48px;
    display: inline-block;
    height: 48px;
    margin-right:10px;
}

.home-bottom-categories > div {
    width:100%;
}

@media(max-width:768px) {
    .home-inspiration-text h2 {
        font-size: 40px!important;
    }
    .home-inspiration-text h3 {
        font-size: 24px!important;
        line-height: normal;
    }
    .bottom-category {
        width:100%;
        max-height:430px;
    }
    .home-top-categories {
        margin-top:0;
    }
    .top-category .top-category-text:before {
        display:none;
    }
    .home-inspiration > div {
        padding-bottom: 250px;
        background-position: center bottom;
    }
}