

p.tweets-title
{
	padding-top:  8px;
	margin-bottom: 0px;
	color: #666;
	text-align: center;
}

#carousel-tweets
{
    min-height:150px;
}

@media (min-width:840px) {
#carousel-tweets
{
    background-image: url("twitter-logo.png");
    background-size: 110px auto;
    background-position: 8% center;
    background-repeat: no-repeat;
}	
}

#tweet-list .carousel-item
{
    padding: 4px 20%;
}

#tweet-list .tweet-frame
{
	font-size: 14px;    
	color: white;
	background-color: rgba(0, 0, 0, .5);	
	border-radius: .5rem;
    padding: 6px 6px;	
}

img.tweet-image
{
	width: 60px;
	height: auto;
}