.opacity {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: transparent;
}

.opacity-active {
    background: rgba(0, 0, 0, 0.5);
}

