#aLollyLifeFeed a, #aLollyFindFeed a {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.ytFeedCard:hover {
	background-color: #DFA62E;
}
.slideshowImg {
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 1px black solid;
}
.ytFeedCard {
	padding: 8px;
	padding-bottom: 8px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFC64E;
	border-radius: 5px;
	transition: background-color 0.3s ease-in-out;
	margin-bottom: 15px;
	cursor: pointer;
}
.ytFeedThumb {
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: auto;
}
.ytFeedTitle {
	margin: 0;
	margin-bottom: 5px;
	font-size: 11pt;
	font-weight: 700;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ytFeedDesc {
	margin: 0;
	font-size: 9pt;
}
.ytFeedHead {
	text-align: center;
	font-size: 15pt;
	background-color: #FF8080;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 150px;
	border-radius: 5px;
}

#slideshow {
	width: 100%;
	padding-bottom: 0;
	z-index: 2;
}
#slideshow1 {
	visibility: visible;
}
#slideshow2 {
	visibility: hidden;
}
#slideshow3 {
	visibility: hidden;
}



/*Medium*/
@media only screen and (min-width: 600px) {
	.ytFeedCard {
		height: 8.5em;
	}
	.ytFeedThumb {
		height: 100%;
		width: auto;
		float: left;
		margin-right: 7px;
	}
	.ytFeedTitle {
		
	}
	.ytFeedDesc {
		height: 8.3em;
		overflow: hidden;
	}
	.slideshowImg {
		border: 1px solid black;
	}
	#slideshow {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}


}

/*Large*/
@media only screen and (min-width:1300px) {
	#aLollyLifeFeed {
		flex: 50%;
	}
	#aLollyFindFeed {
		flex: 50%;
	}
	#ytFeed {
		display: flex;
	}
	
	
}