.lookbook-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px
}

.lookbook-head {
	height: 50vh;
    max-height: 350px;
}

.lookbook-head img {
	width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.lookbook-item > div {
	max-height: 720px;
	overflow: hidden;
	margin-bottom: 5px;
}

.lookbook-item .size-1 {
	width: 24.8%;
}

.lookbook-item .size-2 {
	width: 33.1%;
}

.lookbook-item .size-3 {
	width: 49.9%;
}

.lookbook-item .size-4 {
	width: 100%;
}

/* .lookbook-item img, */
.lookbook-item picture {
	width: 100%;
	height: auto;
	object-fit: cover;
    object-position: top;
	display: block;
	text-align: center;
}

.lookbook-item-wrap {
		margin-top: 70px
}

.lookbook-item-heading {
	display: flex;
	max-width: 1760px;
	margin: 0 auto;
	margin-bottom: 5.7vw;
}

.lookbook-item-heading-right,
.lookbook-item-heading-left {
	width: 50%;
}

.lookbook-item-heading__title {
	font-size: 99px;
	font-weight: 700;
	margin-bottom: 20px
}

.lookbook-item-heading__name {
	font-size: 28px;
	font-weight: 700
}

.lookbook-item-heading__text {
	max-width: 280px;
	font-size: 16px;
	text-transform: uppercase;
}

.lookbook-head img {
	width: 100%;
}

.lookbook-title{
	color: rgb(0, 0, 0);
	font-family: Anglecia Pro Display;
	font-size: 42px;
	font-weight: 400;
	line-height: 42px;
}

.lookbook-text{
	color: #00000080;
	font-family: Mulish;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0%;
	text-transform: uppercase;
}

@media screen and (max-width: 992px) {
	.lookbook-item-heading {
		flex-direction: column;
		align-items: center;
	}

	.lookbook-item-heading-right,
	.lookbook-item-heading-left {
		width: 100%;
		text-align: center;
	}

	.lookbook-item-heading__text {
		margin: 0 auto;
		margin-top: 30px;
		max-width: 850px;
	}
}

@media screen and (max-width: 756px) {
	.lookbook-item-heading__title{
		font-size: 60px;
	}
	.lookbook-title{
		font-size: 32px;
		font-weight: 400;
		line-height: 32px;
	}

	.lookbook-text{
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	.lookbook-item-wrap {
		margin-top: 50px
	}
}


.lookbook-title {
	font-family: Mulish !important;
	font-size: 64px;
	line-height: 1.2em;
	font-weight: 200 !important;
}

.lookbook-text {
  text-transform: initial !important;
	font-size: 16px;
}

.lookbook-title {
	font-weight: 200 !important;
	font-size: 64px !important;
	line-height: 1.2em !important;
}