.transparent-bg {

    position: absolute;
    top: 0 !important;
    left: 0;
    background-color: rgba(55,55,55,0.5);
    content: "";
    width: 0%;
    height: 0;

}