/**/

.gallery-promo {
	display: block;
	margin-bottom: 30px;
}

.gallery-promo .pics {
	height: 202px;
	position: relative;
}

.gallery-promo .pics div {
	width: 50%;
	height: 50%;
	position: absolute;
	background-size: 100% 100%;
}

.gallery-promo .pics div:nth-child(1) {
	top: 0;
	right: 0;
}

.gallery-promo .pics div:nth-child(2) {
	top: 0;
	left: 0;
}

.gallery-promo .pics div:nth-child(3) {
	bottom: 0;
	right: 0;
}

.gallery-promo .pics div:nth-child(4) {
	bottom: 0;
	left: 0;
}

.name {
	height: 45px;
	overflow: hidden;
}

/**/

.gallery-picture img {
	display: block;
	margin-bottom: 30px;
}

.gallery-picture img {
	width: 100%;
	display: block;
}

/**/

.list {
	list-style: none;
	margin: 0;
	padding: 0;
	
	border-left: 1px solid #ddd;
	padding-left: 30px;
}