
.hardwareCard {
    background-color: rgba(15,15,15, 1) !important;
    color: #eeeeee !important;
    transition: all 0.4s ease-in-out;
}
/*
.hardwareCard .card-img-overlay {
    display: flex !important;
}*/
.hardware_description {
    display: none;
    transition: all 0.4s ease-in-out;
}
/*
.hardwareCard:hover {
    background-color: rgba(254,254,254, 1) !important;
    color: #333 !important;
}
*/
.hardwareCard:hover picture {
    opacity: 0;
}
.hardwareCard:hover .hardware_description {
    display: block;
}
/*.hardwareCard:hover .card-img-overlay {
    display: block;
}*/