.tweet-container {
	min-height: 225px;
}

.tweet {
	width: 350px !important;
	opacity: 0;
	margin: 0 auto;
}

.tweet-section-browse {
	min-height: 300px;
	border: 1px solid #CCC;
	border-radius: 5px;
	margin-top: 20px;
	padding: 20px;
}

.tweet-section-modal > .title > h4 {
    display: none;
}

.tweet-section-browse > .grid {
    margin-top: 30px;
}

.cart-success {
	opacity: 0;
	color: #00b200;
	font-size: 20px;
	margin-top: 10px;
	text-align: center;
}

.add-cart-section {
	width: 350px !important;
	margin: 0 auto;
	text-align: left !important;
}

#homepage-tweets {
	margin-top: 25px;
	min-height: 100vh;
}

.grid-item {
	margin: 5px 10px;
}

.grid {
	margin: 0 auto;
}

.PrettyLink {
	display: none !important;
	color: white;
}

.Tweet-text > a {
  dispaly: none !important;
}

@media (max-width: 480px) {
	.tweet-section {
		padding: 10px 0px !important;
	}
	.row.tweet-section {
		margin-left: -40px;
		margin-right: -40px;
	}
}