.collections div.left-menu {
width: 100px;
}
.collections div#content {
width: 1040px;
}
.roundicons {
	/*position: fixed;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 100px;
	/*background: black;*/
}
.portable-wrap {
	position: relative;
	cursor: pointer;
}
.portable {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 80px;/**/
	margin: 10px 0;
	position: relative;
	z-index: 2;
}

.portable-image {
	width: 50px;
	height: 50px;	
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
}

.portable-title {
position: absolute;
top: 16.5px;
left: 60px;
width: 0px;
overflow: hidden;
background: red;
white-space: nowrap;
font-size: 26px;
padding: 5px 0px 5px 0px;
background: rgba(0,0,0,0.5);
z-index: 1;
color: white;
}