#social-media-feed {
	padding-top: 15px;
	padding-bottom: 82px;
	width: 100%;
	height: 440px;
	text-align: center;
}

#media-container {
	position: relative;
	max-width: 651px;
	margin: 0 auto;
	margin-top: 20px;
	border: solid 1px #000;
}

#media-container, 
#media-container *{
	box-sizing: border-box;
}

#media-container ul {
	display: block;
	width: 100%;
	height: 500px !important;
	margin: 0 auto;
	font-size: 0 !important;
	background-color: #F8F7F1;
}

#media-container li {
	display: inline-block;
	height: 380px !important;
	vertical-align: top;	
}
#media-container li p {
	font-size: 16px;
	color: #fff;
	max-height: 104px;
	overflow: hidden;
}
#media-container li span {
	font-size: 15px;
}
.arrow-container {
	position: relative;
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	z-index: 100;
}

#media-container li div {
	display: block;
	height: 100%;
	width: 100%;
}
.social-content .table .cell.middle {
	padding: 60px 0px 0px;
}
#right-media-arrow {
  right: -100px;
}
#right-media-arrow:after,
#left-media-arrow:after {
	font-size: 50px;
	color: #fff;
	top: 13px;
	position: relative;
}
#right-media-arrow:after {
	content: '\203A';
}

#left-media-arrow {
  left: -100px;
}
#left-media-arrow:after {
	content: '\2039 ';
}
.slide-btn {
  position: absolute;
  display: block;
  top: 183px;
  bottom: 0;
  margin: auto;
	width: 45px;
	height: 100px;
  background-color: #65B336 !important;
  border-radius: 5px;
  z-index: 50;
  cursor: pointer;
}

#overlay-social {
	background-color: rgba(0,0,0,0.5);
	padding: 25px;
}

#media-container .social-list-content:hover .link-style {
	text-decoration: underline;	
}
.social-content h3 {
	color: #fff;
	font-size: 25px;
}
.social-background {
	padding: 25px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-attachment: scroll !important;
	background-color: transparent !important;
	background-size: cover !important;
}

@media screen and (max-width:900px) {
	#left-media-arrow {
    left: -9%;
	}
	#right-media-arrow {
    right: -9%;
	}

}

@media screen and (max-width:780px) {
	#media-container {
		max-width: 500px;
	}
	#left-media-arrow {
    left: -12%;
	}
	#right-media-arrow {
    right: -12%;
	}
}

@media screen and (max-width:620px) {
	#media-container {
		max-width: 400px;
	}
	.slide-btn {
		top: 410px;
		width: 45%;
		height: 45px;
	}
	#right-media-arrow::after, #left-media-arrow::after {
    top: -14px;
	}
	#left-media-arrow {
    left: 0px;
	}
	#right-media-arrow {
    right: 0px;
	}

}