/* TrivalRO decorative character scale tuning */

/* Rankings */
.pvp-section .is-chibi-left img,
.pvp-section .is-chibi-right img {
	max-height: 345px;
}

/* Donation + Cash Shop */
.trival-store-chibi img {
	max-height: 360px;
}

.trival-store-chibi--left img {
	transform: scale(1.16);
}

.trival-store-chibi--right img {
	transform: scale(1.22);
}

/* Quest feature artwork */
.quest-main-character {
	max-height: 340px;
}

/* PvP feature artwork */
.pvp-fighter {
	max-height: 380px;
}

@media (max-width: 900px) {
	.pvp-section .is-chibi-left img,
	.pvp-section .is-chibi-right img,
	.trival-store-chibi img {
		max-height: 320px;
	}
}

@media (max-width: 680px) {
	.quest-main-character {
		max-height: 300px;
	}

	.pvp-fighter {
		max-height: 310px;
	}
}
