@media screen and (max-width:1300px){
	.main {
		width: 1100px;
	}
	.banner {
		height: 360px;
	}
}

@media screen and (max-width:1200px){
	.main {
		width: 1000px;
	}
	.banner {
		height: 330px;
	}
}

@media screen and (max-width:1100px){
	.main {
		width: 900px;
	}
	nav .container > div > ul > li > a {
		padding: 20px 10px;
	}
	nav .container > div > ul > li.riftfall-language-switch > a span {
		display: none;
	}
	nav .container > div > ul > li.riftfall-language-switch > a {
		min-width: 20px;
		padding: 7px 4px;
	}
	.banner {
		height: 300px;
	}
}

@media screen and (max-width:940px){
	.main {
		box-sizing: border-box;
		width: 100%;
		padding: 0 14px;
	}

	.leftPane,
	.rightPane {
		float: none;
		width: 100%;
	}

	.riftfall-quick-links,
	.library-facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.wiki-step-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.progression-track {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.riftfall-highlights {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.riftfall-highlight:nth-child(3) {
		border-left: 0;
	}

	.riftfall-highlight:nth-child(n + 3) {
		border-top: 1px solid #2e3038;
	}
}

@media screen and (max-width:680px){
	nav .container > div > ul > li.riftfall-language-switch {
		padding-right: 2px;
		padding-left: 2px;
	}
	.banner {
		height: 220px;
		background-position: center 58%;
	}

	.riftfall-intro {
		padding: 20px 16px;
	}

	.riftfall-intro h1,
	.library-heading h1 {
		font-size: 1.85rem;
	}

	.riftfall-stat-strip {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.riftfall-stat-strip div:nth-child(3),
	.riftfall-stat-strip div:nth-child(4) {
		border-top: 1px solid #332e3a;
	}

	.riftfall-stat-strip div:nth-child(3) {
		border-left: 0;
	}

	.riftfall-quick-links,
	.riftfall-feature-row,
	.library-facts,
	.progression-track,
	.library-system-list,
	.wiki-step-grid,
	.wiki-item-grid {
		grid-template-columns: 1fr;
	}

	.riftfall-quick-links {
		border: 0;
	}

	.riftfall-feature-row {
		gap: 18px;
	}

	.riftfall-newest-player {
		grid-template-columns: 40px minmax(0, 1fr);
	}

	.riftfall-newest-player time {
		grid-column: 2;
		text-align: left;
	}

	.command-grid {
		grid-template-columns: minmax(92px, 118px) minmax(0, 1fr);
		font-size: 0.9rem;
	}

	.library-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.library-actions a {
		min-width: 0;
	}

	.map-toolbar {
		align-items: flex-start;
	}

	.map-stage {
		height: 62vh;
		min-height: 360px;
	}

	.riftfall-highlight {
		min-height: 64px;
		padding: 8px 10px;
	}

	.riftfall-highlight-art {
		flex-basis: 44px;
		width: 44px;
		height: 44px;
		margin-right: 7px;
	}

	.riftfall-highlight-art img {
		width: 36px;
		height: 36px;
	}

	.riftfall-highlight-status {
		margin-right: 15px;
		margin-left: 8px;
	}

	.riftfall-highlight-copy strong {
		font-size: 0.84rem;
	}

	.riftfall-highlight-copy small {
		font-size: 0.66rem;
	}

	.riftfall-highlight-client > .fa {
		display: none;
	}
}
