

#instagram-carousel .inner-container {
	width: 215px;
	margin: 0 auto;
}

#instagram-carousel .owl-item a img {
	width: 100%;
}

.instagram-carousel-follow {
	width: 300px;
	margin: 30px auto;
	border-top: 1px solid #9b9b9c;
	position: relative;
}

@media screen and (max-width: 979px) {
	.instagram-carousel-follow {
		width: 280px;
		margin: 30px auto 30px auto;
	}
}

.instagram-carousel-follow a {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	padding: 0px 10px;
	color: #d6006e;
	background: #eeeeee;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
}

#instagram-carousel p.instagram-carousel-logo {
	display: block;
	width: 300px;
	height: 49px;
	border-top: 1px solid #9b9b9c;
	margin: 20px auto 3px auto;
	padding: 20px 0 0 0;
	background: transparent url('/static/img/default/instagram-carousel/instagram-logo.png') no-repeat center center;
	background-size: 172px 49px;
	text-indent: -9999px;
}
