.videoDisplay .video-close {
	background: url(/sites/all/themes/claro_radix/assets/img/btn-close-video.png);
	cursor: pointer;
	height: 45px;
	overflow: hidden;
	position: absolute;
	right: 30px;
	top: 30px;
	text-indent: -999em;
	width: 45px;
	z-index: 9999;
}

.videoDisplay iframe {
	border: 0;
	margin: 0;
	padding: 0;
}