*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.hidden-new {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

/* Icons */
.icon-new {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}

/* Header */
.codrops-header-new {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	padding: 1.5em 1.5em 4em;
	text-align: left;
}

.codrops-header__title-new {
	font-size: 1.15em;
	margin: 0;
	padding: 0 0.5em;
}

.github-new {
	font-size: 0.85em;
	font-weight: bold;
}

.codrops-header__tagline-new {
	font-size: 0.85em;
	width: 100%;
	margin: 0 0 0.5em;
	color: #989898;
}

.codrops-header__tagline-new::before {
	content: '> ';
}

/* Top Navigation Style */
.codrops-links-new {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: center;
	white-space: nowrap;
}

.codrops-links-new::after {
	content: '';
	position: absolute;
	top: 20%;
	left: 50%;
	width: 1px;
	height: 60%;
	background: #b0adad;
	transform: rotate3d(0, 0, 1, 22.5deg);
}

.codrops-icon-new {
	display: inline-block;
	margin: 0.25em 0 0.25em 0.25em;
	padding: 0.35em 0 0.35em 0.35em;
}

.codrops-icon-new:first-child {
	margin: 0.25em 0.25em 0.25em 0;
	padding: 0.35em 0.35em 0.35em 0;
}

/* Grid */
.grid-new {
	display: grid;
	max-width: 1100px;
	margin: 0 auto;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-auto-rows: 260px;
}

.grid__item-new {
	padding: 1em;
	text-align: center;
	display: grid;
    align-items: center;
	justify-items: center;
}

/* Content */
.content-new {
	padding: 5em 0 3em;
	-webkit-touch-callout: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

/* Related demos */
.content--related-new {
	text-align: center;
	font-size: 0.85em;
	padding: 3em 1em 6em;
}

.media-item-new {
	display: inline-block;
	padding: 1em;
	vertical-align: top;
	transition: color 0.3s;
}

.media-item__img-new {
	max-width: 100%;
	opacity: 0.8;
	transition: opacity 0.3s;
}

.media-item-new:hover .media-item__img-new,
.media-item-new:focus .media-item__img-new {
	opacity: 1;
}

.media-item__title-new {
	font-size: 1em;
	margin: 0;
	padding: 0.5em;
}
.new--tooltip{
	background: #ccc;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 45px -5px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 0px 45px -5px rgba(0,0,0,0.22);
box-shadow: 0px 0px 45px -5px rgba(0,0,0,0.22);
}

@media screen and (max-width: 40em) {
	.codrops-header-new {
		display: block;
		text-align: center;
	}
}
