.txth0 {
    float: left;
    width: 100%;
    height: auto;
}

.cont {
    float: left;
    width: 200px;
    height: 200px;
    margin: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.thumb:hover {
    transform: scale(1.1);
    box-shadow: 2px 2px 10px 4px #666;
}
.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;
	-webkit-transform:scale(1.1,1.1);
}

/* 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: 1.0em;
    }
    .cont {
        width: calc(50% - 24px); /* due per riga con margine 12px */
        height: 150px;
        margin: 12px;
    }
  .cont::after {
        display: block;
    }
    .thumb {
        max-width: 100%;
        height: auto;
    }
}
