/* works */
.selected-work {
    background-color:black;
	height:auto;
	border:1px solid none;
	padding:20px;
	text-align:left;

}

.selected-work-title {
text-align: center;
font-size: 48px;
font-weight: 700;
line-height: 48px;
margin-bottom: 20px;
color: #525252;
text-transform: uppercase;

}

.selected-work-subtitle {
text-align: center;
font-size: 24px;
margin-bottom: 65px;
color: #bbb;
}




.selected-work-image {
	height: auto;
	margin-bottom: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	box-sizing: border-box;

}

.credits {
font-size: 16px;
line-height: 30px;
}
.credits span {
color: #e61f68;
}

.share {

font-size: 16px;
line-height: 30px;
text-align: right;
}

.fb:hover {
	color: #3B5998;
}

.tw:hover {
	color: #55ACEE;
}
