div#cmg-live-floater-yt-video iframe {
    width: 400px;
    height: 225px;
}
div#cmg-live-floater-yt-video iframe#cmgIframeYt {
    display: none;
}
div#cmg-live-floater-yt-video {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    height: 225px;
    /* overflow: hidden; */
}

div#cmg-live-floater-yt-video:hover button#cmg-close-yt-video-handle {
    display: block;
}

button#cmg-close-yt-video-handle {
    position: absolute;
    top: -15px;
    left: -15px;
    background-color: #0c3357;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
	line-height: 0;
	border: none;
    font-weight: bold;
    border-radius: 50%;

    display: none;
}

button#cmg-close-yt-video-handle:hover {
    background-color: red;
}