.lookbook-section-item.col-12 {
	margin-bottom: 110px;
}
.lookbook-section-item > a {
	display: block;
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}
.lookbook-section-item > a > img {
	width: 100%;
	height: 384px;
	object-fit: cover;
}
.lookbook-section-item.col-12 > a > img {
	width: 100%;
	height: 610px;
	object-fit: cover;
}
.lookbook-section-item .lookbook-section-name {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
}

@media screen and (max-width: 991px) {
	.lookbook-section-item > a > img {
		height: 252px;
	}
	.lookbook-section-item.col-12 > a > img {
		height: 410px;
	}
}

@media screen and (max-width: 575px) {
	.lookbook-section-item, .lookbook-section-item.col-12 {
		margin-bottom: 30px;
	}
	.lookbook-section-item > a {
		margin-bottom: 17px;
	}
	.lookbook-section-item > a > img {
		height: 66vw;
	}
	.lookbook-section-item.col-12 > a > img {
		height: unset;
	}
}