@media only screen and (min-width: 0px) and (min-width: 0px) {
	.router-item-picture {
		display: flex;
		justify-content: left;
		flex-grow: 1;
	}
	.section-routers .overview-accessories {
		display: block;
		width: 1380px;
		height: 358px;
	}
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
	.router-item-picture {
		display: flex;
		justify-content: left;
		flex-grow: 1;
	}
	.section-routers .overview-accessories {
		display: block;
		width: 972px;
		height: 254px;
	}
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
	.router-item-picture {
		display: flex;
		justify-content: center;
		flex-grow: 1;
	}
	.section-routers .overview-accessories {
		display: block;
		width: 734px;
		height: 208px;
	}
}

/* M2 order avail */
@media only screen and (max-width: 350px) {
	.section-hero .intro-wrapper .intro-availability {
		font-size: 15px;
	}
}
