/*CSS per visualizzare correttamente la featured image nel box laterale */
.recent-post figure a img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 1;
    transition: opacity 0.4s ease;
}