.lp-screen-text {
	font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	white-space: nowrap !important;
}

.lp-close-screen {
	position: fixed;
	z-index: 999999;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: white;
	background: black;
	display: inline-block;
	font-family: sans-serif;
	cursor: pointer;
	font-size: 12px;
	opacity: .3;
}

.lp-close-screen:hover {
	opacity: .9;
}

#lp_ls_img.lp_blink {
	animation: lp-fade 1000ms infinite;
	-webkit-animation: lp-fade 1000ms infinite;
}