@media screen and (max-width: 768px) {
	.mobile-logo {
		display: block;
		width: 60px;
		margin: 0 auto 10px auto;
	}
	.sorting {
		text-align: center;
	}
	nav {
		text-align: center;
	}
	.players {
		text-align: center;
	}
	.players h2 {
		text-align: center;
		font-size: 32px;
	}

	.players ul li {
		width: 95%;
	}

	.ig-logo {
		position: absolute;
		display: block;
		width: 15%;
		height: 15%;
		right: auto;
		top: 20px;
		left: 20px;
	}

	.ig-logo svg {
		width: 100%;
	}
}
