#impresasoft_category_shortcode {
    display: inline;
    text-align: center;
}

.category {
    cursor: pointer;
}

.categoryImg {
    width: 1500px;
    height: 500px;
    margin-bottom: 5px;
    display: inline-block;
}

@media only screen and (max-width: 1500px) {
    .categoryImg {
        width: 100%;
        height: auto;
    }
}