.panel-social {
	margin-bottom: 100px;
	padding: 52px 30px 0;
}

.panel-social .social-header {
	position: relative;
	margin-bottom: 5px;
}

.panel-social .title {
	margin-bottom: 40px;
	margin-left: -30px;
}

.panel-social .ornament {
	position: absolute;
	top: -20px;
	left: -80px;
	z-index: -1;
	transform: rotate(-35deg);
}

.panel-social .img-cont {
	width: 100%;
	height: 0;
	position: relative;
}

.panel-social .img-cont.with-hashtag:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
  background-image: linear-gradient( to top, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
	opacity: 0.6;
	width: 100%;
	height: 45%;
	pointer-events: none;
}

.panel-social .img-cont .hashtag {
	z-index: 1;
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	color: var(--white);
	font-family: var(--pitch);
	font-weight: normal;
	font-size: 26px;
	line-height: 30px;
}

.panel-social .img-cont img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 64em) {
	.panel-social {
		display: flex;
		flex-wrap: nowrap;
		padding: 120px 60px 0;
		margin-bottom: 198px;
		align-items: flex-end;
	}

	.panel-social .social-header {
		min-width: 400px;
		margin: 0 5px 9px 0;
		z-index: 5;
	}

	.panel-social .title {
		margin: 0;
		position: absolute;
		top: 40px;
		left: 293px;
		z-index: 1;
		width: max-content;
	}

	.panel-social .ornament {
		top: -100px;
		left: -50px;
	}

	.panel-social .social-container {
		max-height: 100%;
		width: 100%;
	}
}
