div {
background: transparent
}
background-color: transparent;
div {
opacity:25% ;
}
/* css semi-transparent background color */
.bg-semi-transparent {
background-color: #ffffff40!important;
/* change numbers from 00 to 99 at last of hex code
for transpency you want. */
}
#0000000