.txth0 {
    float: left;
    width: 100%;
    height: auto;
}
.box {
	float: left;
	height:auto;
	margin: 0 auto;
	margin-bottom:30px;
	padding:10px;
	border-left:1px solid #eee;
	width: 900px;
	max-width: 80%;
}

.imgW:hover {
    opacity: 0.8;
    transform: scale(1.05);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Paginazione */
.paginazione {
    width: 100%;
    margin-top: 10px;
}

.pg,
.pgNo {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 1em;
    text-align: center;
    vertical-align: middle;
}

.pg {
    color: #333;
    border: 1px solid #e0e0e0;
}

.pg:hover {
    color: #666;
    background-color: #f7f7f7;
    border-color: #e0e0e0;
}

.pgNo {
    color: #666;
}
.mobile-hint {
    display: none;
    font-size: 0.9em;
    color: #555;
    text-align: center;
    margin-bottom: 10px;
}
/* VERSIONE MOBILE */
@media (max-width: 600px) {
    .mobile-hint {
        display: block;
        font-size: 1em;
    }

    .box {
        width: 100%;
        margin-bottom: 20px;
        padding: 10px;
        border-left: none;
        border-top: 1px solid #eee;
        text-align: center;
        float: none;
    }

    .box img.imgW {
        display: block;
        margin: 0 auto 10px auto;
        max-width: 100%;
        height: auto;
        float: none;
        clear: both;
    }

.box p {
    margin-top: 10px;
    text-align: left;
    line-height: 1.5em;
    padding: 0 10px;
}

    .box strong {
        display: block;
        margin-bottom: 5px;
    }

    .txth0 {
        text-align: center;
        float: none;
    }
}

