.ramble_post{
	background-color: RGB(212,253,213, 0.7);
	border: 1px solid red;
	padding-left: 1em;
	margin-bottom: 1.5em;
	
	position: relative;
}

.ramble_post img{
	max-width: 20%;
	border: 1px solid black;
}

.ramble_post img.sticker{
	max-width: 20%;
	border: none;
}