.ripple-container-cc6a0e8b {
    position: relative;
    width: 100%;
    min-height: 400px;
    overflow: hidden;
    background: #000;
}
.ripple-canvas-cc6a0e8b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.ripple-content-cc6a0e8b {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    pointer-events: none;
    color: #fff;
}
.ripple-title-cc6a0e8b {
    margin: 0 0 10px;
    font-size: 2em;
}
.ripple-subtitle-cc6a0e8b {
    margin: 0;
    font-size: 1.2em;
}