.loading {
	position: relative;
}
.loading .loading-cont {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: inherit;
	background: url("../images/spinning-dots.svg") no-repeat center center;
	background-color: rgba(255, 255, 255, 0.75);
	background-size: 64px;
	z-index: 1;
}