.homepage-static-graphic {
    display: block;
    width: 100%;
    height: auto;
}

#body {
    width: 20%;
}

.cell-desc {
    background-color: red;
}

.inactive-cell {
    opacity: 30%;
}

.active-cell {
    opacity: 100% !important;
}
