@import '../definitions/variables';

.placeholder {
	width: 100%;
	height: 100%;

	&__wrap {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -3em 0 0 -5em;

		width: 10em;
		height: 6em;

		text-align: center;
	}

	&__icon {
		display: block;
		font-size: 2.8em;
		color: lighten($text, 50);
	}

	&__name {
		display: block;
		margin-top: 0.4em;
		color: lighten($text, 40);
	}
}
