.other_item_container {
	text-align: left;
	/*background-color: #00ff00;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 45px;
	width: 100%;
}

.other_item_container p {
	text-align: left;
	padding: 5px 5px 5px 0px;
	color: #FFFFFF;
	font-size: 1.5em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.other_img_container {
	display: inline;
	flex-direction: row;
}

.other_img_container img {
	min-width: 20%;
	min-height: 20%;
	max-width: 80%;
	max-height: 80%;
	margin-bottom: 20px;
	margin-right: 20px;
}
