.stroller-search-result {
    display: inline-block;
    margin: 1.2em;
}

.ft-slide {
    width: 100%;
    text-align: center;
}
.category-content {
    margin-top: 5em;
    text-align: center;
}

.tag.active {
    color: #97A926 !important;
}
.feature-img, .category-img {
    display: inline-block;
    margin: 0 1em;
}

.feature-img a, .category-img a {
    display: block;
    text-align: center;
    color: grey !important;
}
.feature-img img, .category-img img {
    width: 7em;
    margin: 1em;
    cursor: pointer;
}

#tag-cloud {
    max-width: 500px;
    margin: 0 auto;
}

#tag-cloud a {
    font-size: 1.4em;
    margin: 1em;
    color: grey;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .featrure-img img, .category-img img {
        width: 5em;
    }
}
