#aparat-remain-watch-time{
    right: 10px;
    top: 10px;
    position: absolute;
    opacity: 0;
    display: none;
    z-index: 1200;
}
#aparat-remain-watch-time .remain-time{
    font-size: 5em;

}
#aparat-remain-watch-time .remain-title{
    font-size: 1.2em;
    color: white;
}
#player_message {
    background-color: #202020;
    border-bottom: 1px solid #282828;
    border-right: 1px solid #282828;
    border-radius: 7px;
    width: 50%;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 25%;
    z-index: 1900;
    color: white;
    text-align: center;
    padding: 16px;
    font-family: Custom;
    display: none;
    font-size: 20px;
}
#player_message a {
    font-family: Custom, tahoma;
    color: #c52118;
    font-size: 22px;
    padding: 0 7px;
    font-size: 20px;
}
