.videologo {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 1;
	background: url('./ks.png') no-repeat;
	width: 110px;
	height: 47px;
	-moz-opacity: 0.50;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
}
