.black-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0.3;
}
