/*  Local Overrides */
@media only screen and (min-width: 735px) {
	#router .section-content .routers {
		display: flex;
	}

	#router .section-content .routers .router-item picture {
		max-height: 200px;
	}

	#router .section-content .routers .router-item picture img {
		max-width: 320px;
	}
}

@media only screen and (max-width: 734px) {
	#router .section-content .routers {
		text-align: center;
		align-items: center;
		flex-direction: column;
	}
}
