.c-categories.c-categories-template-3 .widget-header + .widget-content {
    margin-top: 25px;
}
.widget-element{
    overflow: hidden;
}
.c-categories.c-categories-template-3 .widget-element-wrapper {
    position: relative;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}
.c-categories.c-categories-template-3 .intec-grid-item-4 .widget-element-wrapper {
    padding-top: 150%;
    display: flex;
    align-items: center;
    justify-content: center;
        transition: transform 0.35s;
}
.c-categories.c-categories-template-3 .intec-grid-item-4:hover .widget-element-wrapper{
    transform: scale(1.1);
        transition: transform 0.35s;
}
.c-categories.c-categories-template-3 .intec-grid-item-4:hover .widget-element-wrapper .widget-element-name{
    transform: scale(1.1);
        transition: transform 0.35s;
} 
.c-categories.c-categories-template-3 .intec-grid-item-3 .widget-element-wrapper {
    padding-top: 100%;
}
.c-categories.c-categories-template-3 .intec-grid-item-2 .widget-element-wrapper {
    padding-top: 50%;
}
.c-categories.c-categories-template-3 .widget-element-wrapper:hover {
    -webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,0.3);
    box-shadow: 0 5px 20px 0 rgba(0,0,0,0.3);
}
/*.c-categories.c-categories-template-3 .widget-element-fade {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.4;
    background: #000;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}*/
.c-categories.c-categories-template-3 .widget-element:hover .widget-element-fade {
    opacity: 0;
}
.c-categories.c-categories-template-3 .widget-element-name {
    transition: transform 0.35s;
    position: absolute;
    display: inline-block;
    *left: 10px;
    *bottom: 10px;
    font-size: 48px;
    top: calc(50% - 49px);
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: transparent;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.c-categories-template-3 .widget-content .widget-element{
    flex: 0 0 31%;
    max-width: 31%;
}
.c-categories-template-3 .widget-content{
    justify-content: space-between !important;
}

@media (max-width: 1000px){
    .c-categories-template-3 .widget-content .widget-element{
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%;
    }
}
@media (max-width: 800px){
    .c-categories-template-3 .widget-content .widget-element{
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        max-width: 49%;
    }
}
@media (max-width: 600px){
    .c-categories-template-3 .widget-content .widget-element{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .c-categories-template-3 .widget-content .widget-element .widget-element-wrapper {
        padding-top: 44%!important;
    }
}
@media all and (max-width: 1000px) {
    .c-categories.c-categories-template-3 .intec-grid-item-4 .widget-element-wrapper {
        padding-top: 100%;
    }
    .c-categories.c-categories-template-3 .intec-grid-item-2 .widget-element-wrapper {
        padding-top: 75%;
    }
}
@media all and (max-width: 800px) {
    .c-categories.c-categories-template-3 .intec-grid-item-2 .widget-element-wrapper {
        padding-top: 100%;
    }
}
@media all and (max-width: 600px) {
    .c-categories.c-categories-template-3 .intec-grid-item-4 .widget-element-wrapper,
    .c-categories.c-categories-template-3 .intec-grid-item-3 .widget-element-wrapper,
    .c-categories.c-categories-template-3 .intec-grid-item-2 .widget-element-wrapper {
        padding-top: 50%;
    }
}
@media all and (max-width: 500px) {
    .c-categories.c-categories-template-3 .intec-grid-item-4 .widget-element-wrapper,
    .c-categories.c-categories-template-3 .intec-grid-item-3 .widget-element-wrapper,
    .c-categories.c-categories-template-3 .intec-grid-item-2 .widget-element-wrapper {
        padding-top: 75%;
    }
}
@media all and (max-width: 350px) {
    .c-categories.c-categories-template-3 .intec-grid-item-4 .widget-element-wrapper,
    .c-categories.c-categories-template-3 .intec-grid-item-3 .widget-element-wrapper,
    .c-categories.c-categories-template-3 .intec-grid-item-2 .widget-element-wrapper {
        padding-top: 100%;
    }
}