.box-cat .cont-box-img {
    position: relative;
    text-align: center;
    /*height: 350px;
    overflow: hidden;*/
}

.box-cat .cont-box-img img {
    /*top: 0;
    left: 0;
    min-width: 100%;
    z-index: 1;*/
    margin: 0 auto;
    position: relative;
}

.box-cat p {
	margin: 16px 0 0;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
}

.box-cat .titolo {
    color: #0473a5;
    background: #fff;
    padding: 8px 16px;
    position: absolute;
    top: auto;
    bottom: 32px;
    right: 50%;
    transform: translate(50%,0);
    -ms-transform: translate(50%,0);
    -webkit-transform: translate(50%,0);
    -moz-transform: translate(50%,0);
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: inherit;
    z-index: 3;
    opacity: 1;
}

/*@media only screen and (max-width: 1279px) {
.box-cat .cont-box-img {
    height: 300px;
}
}*/

/*@media only screen and (max-width:374px) {
.box-cat .cont-box-img {
    height: 290px;
}*/
}