html,body {
    margin: 0;
    padding: 0;
}

#playerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#playerContainer.type-video,
#playerContainer.type-audioi,
#playerContainer.type-audio iframe {
    background-color: #000;
}

.error-display {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}
.error-message {
    position: relative;
    font-size: 16px;
    color: #fff;
    text-align: center;
    top: 45%;
}