.portfolio-text-shown .entry-header {
    box-shadow: 4px 8px 16px hsl(236deg 6% 49% / 18%);
    transition: box-shadow .35s ease-in-out
}

.portfolio-text-shown.wd-project .entry-thumbnail {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.portfolio-text-shown .portfolio-thumbnail {
    transition: transform .7s ease-out;
    transform: scale(1)
}

.portfolio-text-shown .portfolio-thumbnail:after {
    background-color: rgba(0,0,0,0.5);
    transition: visibility .7s ease-out, opacity .7s ease-out
}

.portfolio-text-shown .portfolio-info {
    background-color: var(--bgcolor-white);
    text-align: center
}

.portfolio-text-shown:hover .entry-header {
    box-shadow: 0 0 9px rgba(0,0,0,0.2)
}

.portfolio-text-shown:hover .portfolio-thumbnail {
    transform: scale(1.05)
}
