.lyvecom-embed-error{
    position: fixed;
    width: 300px;
    bottom: 0;
    height: auto;
    background: red;
    color: #fff;
    z-index: 1111111;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
