
#ifiVideoOverlay {
    position: absolute;
    z-index: 9999;
    background-color: black;
    opacity: 0.7;
    top: 0;
    left: 0;
    display: none;

}

#ifiVideoOverlay a {
height: 30%;
width: 80%;
color: white !important;
border: solid;
display: flex;
margin-top: 4px;
margin-left: auto;
margin-right: auto;
cursor: pointer;

}

#ifiVideoOverlay a p {
text-align: center;
margin: auto;
}

