@media only screen and (min-width: 0px) and (min-width: 0px) {
	.router-item-picture {
		display: flex;
		justify-content: left;
		flex-grow: 1;
	}
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
	.router-item-picture {
		display: flex;
		justify-content: left;
		flex-grow: 1;
	}
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
	.router-item-picture {
		display: flex;
		justify-content: center;
		flex-grow: 1;
	}
}
