/* CLOSE ICON
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#viz .icon-btn {
	padding: 10px;
	color: #000;
}

#viz .icon-btn:hover {
	color: #0E0;
	text-shadow: none;
}

#viz .icon-btn i {
	cursor: pointer;
}

@media (min-width: 40em) {
	#viz .icon-btn {
		padding: 0px 2px;
	}
}


/* LIGHTBOX
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lightbox {
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10000000;
	overflow: auto;
	display: none;
}

.lightbox a {
	text-decoration: none;
	position: absolute;
	top:  10px;
	right: 15px;
	z-index: 1;
	font-size: 1.5rem;
	font-style: normal!important;
	color: #FFF;
}

.lightbox a:not(active):hover {
	color:  #F00;
}
