body#page > article > div > div > img {
	height: auto;
	width: auto;
}
body#page article{
	float: left;
	width: 65%;
}
@media only screen and (max-width: 900px) {
	body#page
	{
		display: flex;
		flex-direction: column;
	}
}
/*
body#page aside#favorites{
	width: 60%;
	height: auto;
	margin: 0 10%;
	padding: inherit;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-top: 5px solid #9278D1;
}
*/
/*
body#page aside#favorites ul {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: left;
	width: 2148.03px;
	padding: 0;
	border-top: 3px solid #eee;
	animation: post-carousel 30s linear infinite;
	margin-block-start: 3px;
	margin-block-end: 3px;
}
*/
@keyframes post-carousel
{
	100%{ transform: translateX(-1193.36px);}
}
/*
body#page aside#favorites ul li{
	list-style: none;
	max-height: fit-content;
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 3px #eee;
	width: 218.67px;
	text-align: center;
}
*/
/*
body#page aside#favorites ul li img{
	width: auto;
	height: 100px;
	min-width: 20%;
	min-height: 20%;
}
*/
/*
body#page aside#favorites ul li a {
	margin-block-start: 1em;
}
*/
/*
body#page aside#favorites > h1 {
	font-size: 1em;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
}
*/
/*
body#page aside#favorites ul li h2 {
	font-size: 1.2em;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
}
*/
/*
body#page aside#favorites ul li p{
	margin-block-start: 0;
	margin-block-end: 1em;
}
*/
/*
body#page aside#related{
	float: right;
	width: 20%;
}
*/
/*
body#page aside#related ul{
	display: flex;
	flex-direction: column;
	border-left: 3px solid #eee;
	margin-left: 10px;
	padding-left: 10px;
}
*/
/*
body#page aside#related ul li{
	display: flex;
	flex-direction: column;
	align-items: center;
	list-style: none;
	min-height: 20%;
	min-width: 20%;
	border-bottom: 1px solid black;
	box-shadow: 0 0 3px lightgrey;
	margin-bottom: 20px;
	padding: 4px;
}
*/
/*
body#page aside#related ul li img{
	display: inline;
	width: 100px;
	height: unset;
	min-width: 20%;
	min-height: 20%;
	margin: 0;
}
*/
/*
body#page aside#related ul li:nth-child(1)
{
	border: none;
	box-shadow: none;
}
*/
@media only screen and (max-width: 900px)
{
	body#page
	{
		display: flex;
		flex-direction: column;
	}
	/* setting width here actually breaks the carousel
	 * other ones aren't doing anything anyway
	body#page aside#favorites ul
	{
		height: auto;
		justify-content: space-around;
		width: 100%;
		padding: 0;
	}
	*/
	/* setting the padding here makes the items in the carousel look worse
	 * other ones aren't doing anything anyway
	body#page aside#favorites ul li
	{
		padding: 0 2% 0 2%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	*/
	/*
	body#page aside#related
	{
		margin: 0;
		width: 100%;
		float: inherit;
		position: initial;
		display: table-cell;
	}
	*/
	/*
	body#page aside#related h1
	{
		text-align: center;
	}
	*/
	/*
	body#page aside#related ul
	{
		border: none;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	*/
	/*
	body#page aside#related ul li
	{
		max-width: 300px;
	}
	*/
	/*
	body#page aside#related ul li:nth-child(1)
	{
		width: 100%;
		max-width: 100%;
	}
	*/
	/*
	body#page > aside#product-showcase {
		width: 80%;
		text-align: center;
	}
	*/
	/*
	body#page > aside#favorites {
		width: 80%;
	}
	*/
	.breadcrumbs
	{
		padding-top: 5px;
	}
}
body#page article ul li iframe
{
	height: auto;
	width: auto;
}
body#page article ul li{
	display: flex;
	margin: 2% 0 2% 0;
}
/* Start of IE10 Optimization */
html[data-useragent*='MSIE 10.0'] #page > article > a > img{
	border: 0;
}
html[data-useragent*='MSIE 10.0'] body#page article ul li a img{
	border: 0;
}
html[data-useragent*='MSIE 10.0'] body#page article img{
	border: 0;
}
html[data-useragent*='MSIE 10.0'] body#page article ul{
	display: inline-block;
}
html[data-useragent*='MSIE 10.0'] body#page article ul li{
	display: inline-block;
}
/* End of IE10 Optimization */
