.hidden{
    opacity: 0.0001;
}
.career{
    width: 400px;
}
/* div{
    height: 950px;
} */
 .empty{
    height: 193px;
 }
#name{
    margin-bottom: 4rem !important;
}
.right{
    text-align: right !important;
    padding-right: 3px !important;
}
.left{
    text-align: left !important;
    padding-left: 3px !important;
}
.reveal{
    width: 334.5px;
}
.g-but{
    width: 164.25px;
}
.marg-b{
    margin-bottom: 15px;
}
#player{
    height: 600px;
}
.f-row{
    height: 589.667px;
}
.bg{
    /* background-image: url(./img/D4E121E9-C6FA-4452-B2A2-53140771A1EB.jpg); */
    background:
            /* top, transparent black, faked with gradient */
            linear-gradient(rgba(0, 0, 0, 0.7),
                rgba(0, 0, 0, 0.7)),
            /* bottom, image */
            url(./img/D4E121E9-C6FA-4452-B2A2-53140771A1EB.jpg);
    background-size: 100%;
    
}