/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.ildubbio-live-stream-wrapper {
    overflow: hidden;
    width: 320px;
    position: fixed;
    z-index: 2147483647;
    background: rgb(239, 180, 81);
    border: 2px solid rgb(239, 180, 81);
    box-sizing: border-box;
    height: 240px;
    bottom: 10px;
    right: 10px;
}

.ildubbio-live-stream-wrapper iframe {
    border: 0;
}

.iludbbio-live-stream-close {
    position: absolute;
    z-index: 2147483648;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    color: rgb(239, 180, 81);
}