@media (max-width: 639.98px) {
	.mobile-darken .tn-atom {
		position: relative;
		overflow: hidden;
	}
	.mobile-darken .tn-atom::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.25;
	}

	.mobile-text-shadow .tn-atom {
		text-shadow: 1px 1px 1px #000;
	}
}