.kanu-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2147483647;  /*2147483647*/
	display:none;
	cursor: pointer;
}

#kanuVideo {
    width: 100%;
    height: auto;
    display: block;
    background: transparent;
}

.kanu-close {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-family: sans-serif;
    color: white;
	font-size:9px;
	position:absolute;
	left:10px;
	bottom:3px;
}

.kanu-close i {
    margin-right: 4px;
    font-size: 1rem;
}

.kanu-close:hover {
    text-decoration:underline;
}