.auth-user .block {
    border: 2px solid transparent;
    position: relative;
}

.auth-user .block:hover {
    border: 2px dashed #aaa;
}

.auth-user .block .block-edit,
.auth-user .block .block-edit a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: block;
    position: absolute;
    display: none;
    background: #000;
    opacity: 0.15;
    text-decoration: none;
}

.auth-user .block .block-edit a {
    color: #000;
    opacity: 1;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.auth-user .block:hover .block-edit,
.auth-user .block:hover .block-edit a {
    display: block;
}
