.Error {
    align-items: center;
    background: #002c53;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%;

    .VideoPlayerIcons-video-error {
        margin-bottom: 15px;
    }

    &-content {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 3rem;
        text-align: center;
    }

    &-title {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
    }

    &-description {
        color: #fff;
        font-size: 12px;
    }

    &-link {
        cursor: pointer;
        font-weight: bold;
    }

    &-link:hover {
        text-decoration: none;
    }
}
