.frame-type-ganzgraph_helpme {
    cursor: pointer;
    transition: all .3s ease-in-out;
    &:hover {
        transform: scale(1.02);
        box-shadow: -1px -1px 10px 0 rgba(0,0,0,0.7);
    }
    .headline-container {
        min-height: 45px;
        .frame-header {
            margin-bottom: 0;
        }
    }
}