

.invite_ui {
	visibility: hidden;

}
.invite_ui .ui_tile {
	margin: 0;
}
.on_hov {
	/*visibility: hidden;*/
	position: absolute;
	bottom: -1em;
	bottom: 2em;
	width: 10em;
	background-color: #800;
	background-color: #004;

}
.invite_ui:hover .on_hov {
	visibility: visible;
}
.info_q{
	text-align: center;
	height: 1.4em;
	width: 1.4em;
	border-radius: 100%;
}



.arroaw_ui {
}
.arroaw_ui:hover {
	
	background-color: #f2f3f4;
	box-shadow: 0 4px 4px rgba(0,0,0,.25),0 0 0 1px rgba(0,0,0,.1)
}
.arroaw_ui:hover svg{
	fill:  #000;

}
.arroaw_ui svg{
	fill:  #fff;
}


.vid_container.local_corner_vc {
	/*background-color: red;*/
} 