#user_content {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
}
#user_content .some-class {

}
#user_content .main-picture {
	height: 350px;
	margin-bottom: 20px;
	text-align: center;
}
#user_content .thumbnails img {
	max-width: 100%;
	max-height: 100%;
}
#user_content .thumbnails div {
	height: 70px;
}
#user_content img#MyImage {
	max-height: 350px;
	max-width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#user_content .album-choices .album-cell {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
#user_content .album-choices img {
	width: 114px;
}
#user_content .album-choices a {
	display: inline-block;
}
#user_content .album-choices .project_descr {
	display: inline-block;
}
@media (min-width: 768px) and (max-width: 991px) {
	#user_content {
		padding-left: 10px;
		padding-right: 10px;
	}
	#user_content .thumbnails div {
		height: initial;
		max-height: 350px;
		max-width: 100%;
		margin-bottom: 20px;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media screen and (max-width: 767px) {
	#user_content {
		padding-left: 10px;
		padding-right: 10px;
	}
	#user_content .thumbnails div {
		height: initial;
		max-height: 350px;
		max-width: 100%;
		margin-bottom: 20px;
	}

}
