@media screen and (min-width: 480px) and (max-width: 768px) {
/*===================================*/
body {
	padding-bottom:150px;
}
.wrapper {
	width:728px;
}
.fb {
	float:right;
}
.twitterbtn {
	float:right;
}
/**********************************[side]***/
.side {
	padding:20px;
	margin-bottom:30px;
}
.side .remix strong{
	font-size:2em;
}
.side .remix img{
	margin:0 20px 0 0  !important;
	box-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
/**********************************[aside]***/
aside .wrapper{
		padding:30px 20px;
}
aside .leftbox, aside .rightbox{
	float:left;
}
aside .rightbox{
	border-top:1px dotted #fff;
	padding-top:20px;
	margin-top:20px;
}
/*===================================*/
}
