.genre {
    box-shadow: none;
}
.genre .image-container {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.genre img {
    border-radius: 8px 8px 0 0;
}
.genre .contentarea {
    line-height: 34px;
    font-weight: 500;
    padding: 3px 15px;
    border-top-right-radius: 8px;
    position: relative;
    top: -40px;
    background: #fff;
    color: #666666;
    display: inline-block;
}
a.genre .contentarea {
    color: #3daa35;
}
a.genre:hover .contentarea {
    color: #666666 !important;
}