.replay_chart_hidden {

    opacity         : 0;
    height          : 82vh;
    align-self      : center;
}


.replay_chart {

    padding-top     : 0.5%;
    height          : 82vh;
    align-self      : center;
    opacity         : 1;

    background-color: black;

}


