#albums {
}
#albums .some-class {

}

#albums .project_descr {
	min-height: 50px;
}

#albums .padbot30 {
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}

.portfolio_block .project .hover_img {
	position: relative;
}

.portfolio_block .project .hover_img:before {
	content: '';
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

a {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	vertical-align: top;
	outline: none !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.portfolio_block .project .hover_img img {
	opacity: 0.92;
}

.hover_img img {
	outline: 0;
	vertical-align: top;
	border: 0;
	max-width: 100.1%;
	min-height: 255px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -125px;
	margin-left: -125px;
	object-fit: cover;
}

.portfolio_block .project_descr {
	position: relative;
	padding: 37px 10px 14px;
	color: #979797;
	background-color: #f4f4f4;
	border-bottom: 2px solid #ededed;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.center {
	text-align: center;
}

.portfolio_block .project_descr h4 {
	margin-bottom: 11px;
}

h4 {
	margin: 10px 0 15px;
	line-height: 20px;
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #505050;
}

.hover_img {
	height: 255px;
	overflow: hidden;
	position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
	.hover_img img {
		margin-left: -75px;
	}
	#albums .padbot30 {
		height: 375px;
	}
}

