#videos #video_flexbox, #images #image_flexbox {
	display: block;
}

.hidden_container {
	display: block;
}

.user_info {
	height: 152px;
	margin-bottom: -152px;
	position: relative;
	top: -177px;
	left: 5px;
}

.avatar {
	width: 150px;
	height: 150px;
}

.name {
	font-size: 2.5em;
	left: -75px;
}

.arrow {
	display: none;
}

#statistics ul {
	text-align: center;
	margin-bottom: 10px;
	margin-left: 0;
}

#statistics ul li {
	margin: 0 60px 0px 0;
	display: inline-block;
}

#statistics ul li:last-child {
	margin-right: 0;
}

#emblems ul {
	text-align: center;
	margin-bottom: 10px;
	margin-left: 0;
}

#emblems ul li {
	margin: 0 60px 0px 0;
	display: inline-block;
}

#emblems ul li:last-child {
	margin-right: 0;
}

.cover {
	height: 300px;
}

.rockstar_icon_big {
	width: 75px;
	left: -65px;
	top: 15px;
}