 
  
  .field__case:hover::before {
    content: '';
    display: block;
    background: #ffeb00;
    position: absolute;
    width: 100%;
    height: 100%;
    /* remove if not needed */
    transform: translate3d(0, -5px, 0);
    opacity: 0.3;
    cursor: pointer;
}