.portfolio-hover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(60,55,55,.2);
    visibility: visible;
    opacity: 100%;
    transition: .3s ease;
}
