@media (min-width: 766px) {
	.info-tab-desktop{
		display: block;
	}
	.info-tab-mobile{
		display: none;
	}
}
@media all and (max-width: 767px) {
	.info-tab-desktop{
		display: none;
	}
	.info-tab-mobile{
		display: block;
	}
}
/*Fix IE h1 hidden title spacing*/
body > h1:first-of-type{
	height: 0;
}
/*Remove Breadcrumb*/
.breadcrumb.section{
	display: none;
}
/*Adjust Navigation*/
.material-style .device-navigation{
	padding: 30px 0 20px 0;
}
/*Remove Friendly Description*/
.material-style .device-info-content .device-description.material-style-container{
	display: none;
}

/*Device Overview*/
.material-style .info-tab-content{
	max-height: none;
}
.devicedetails_overview_info .river img{
	width: 100%;
	display: block;
	max-width: 1920px;
	margin: 0 auto;
}

.devicedetails_comparison_info .river img{
	width: 100%;
	display: block;
	max-width: 1180px;
	margin: 0 auto;
}
