.instagram-feed .right {
	width: 79.5%;
	position: relative;
	z-index: 1;
}
.instagram-feed .inside {
	position: relative;
	max-width: 1309px;
	margin: 0 auto;
}
.instagram-feed .inside .flex {
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.instagram-feed .inside h2 {
	font-size: 100px;
	position: absolute;
	z-index: 1;
	margin: 0;
	text-transform: uppercase;
	top: -35px;
	letter-spacing: -0.17rem;
}
.instagram-feed {
	padding: 106px 0 47px;
}
.instagram-feed .inside .flex .left {
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 54px;
	font-family: 'Haboro Serif Norm Demi';
}
.instagram-feed .inside .flex .left a {
	font-size: 14px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid black;
	padding-bottom: 4px;
}
/* Responsive Styles */
@media all and (max-width:1310px) {
	.instagram-feed .inside {
		position: relative;
		max-width: 95%;
		margin: 0 auto;
	}
}
@media all and (max-width:1014px) {
	.instagram-feed .inside h2 {
		font-size: 74px;
		position: absolute;
		z-index: 1;
		margin: 0;
		text-transform: uppercase;
		top: -19px;
		letter-spacing: -0.17rem;
	}
}
@media all and (max-width: 840px) {
	.instagram-feed {
		padding: 50px 0 25px;
	}
}
@media all and (max-width: 768px) {
	.instagram-feed .inside .flex {
		display:block;
	}
	.instagram-feed .inside h2 {
		font-size: 68px;
		position: relative;
		z-index: 1;
		margin: 0;
		text-transform: uppercase;
		top: inherit;
		letter-spacing: -0.17rem;
	}
	.instagram-feed .inside .flex .left {
		padding-top:0;
	}
	.instagram-feed .right {
		width: 100%;
		position: relative;
		z-index: 1;
	}
}
@media all and (max-width:550px) {
	.instagram-feed .inside h2 {
		font-size: 65px;
		position: absolute;
		z-index: 1;
		margin: 0;
		text-transform: uppercase;
		top: inherit;
		letter-spacing: -0.17rem;
		top: -17px;
	}
	.instagram-feed .right {
		padding-left:30px;
	}
	.instagram-feed .inside .flex {
		display: flex;
		flex-direction: column-reverse;
	}
}