
.antifra-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background: #eee;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.antifra-overlay.fall-off {
    transform: translate(0, 150%) rotate(80deg);
    opacity: 0.5;
}

.antifra-overlay.fade-out {
    opacity: 0.1;
}