Adopt the tricolored blackbird
.hover-card {
border: 0px solid #7e7e7e;
box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, .3);
min-height: 100px;
padding: 0em;
position: relative;
text-align: center;
transition: all 0.2s ease-in-out;
}
.hover-card:hover {
background-color: rgba(255, 255, 255, 0);
box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 1);
transform: scale(1.025);
z-index: 2;
&:before,
&:after {
content: "";
position: absolute;
top: -2px;
bottom: -2px;
width: 2px;
}
&:befo