body {
    background-color: rgb(51, 51, 51);
}

#inexistant-video {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -154px;
    width: 308px;
    min-height: 120px;
    background: #222222;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    z-index: 4;
    font-family: arial, sans-serif;
    font-size: 12px;
    border-radius: 4px;
}

#inexistant-video .title {
    background: #111111;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px 4px 0 0;
    padding: 8px 10px;
    position: relative;
}

#inexistant-video .line {
    margin: 25px 20px;
    text-align: center;
}

#inexistant-video .line .field {
    float: left;
    width: 150px;
    line-height: 21px;
}

#inexistant-video .line .value {
    float: left;
    line-height: 21px;
    position: relative;
}

#next_video_link {
    color: rgba(245, 139, 139, 0.59);
}

@media only screen and (max-width: 320px) {
    #inexistant-video {
        width: -moz-calc(100% - 20px);
        width: -webkit-calc(100% - 20px);
        width: -o-calc(100% - 20px);
        width: calc(100% - 20px);
        left: 10px;
        margin: -50px 0 0 0px;
    }
}
