.movie-record-cnt-wrapper {
    position: fixed;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.movie-record-cnt-wrapper.now-recording {
    display: block;
}

.movie-record-cnt {
    font-size: 50px;
    background: red;
    color: #FFF;
    padding: 5px 20px;
}