.image-left {
	float: left;
	margin-right: 15px;
}

.slideborder img{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 4px;
	border: 4px solid transparent;
	margin-bottom: 12px;
	text-align: center;	
	height: auto;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slide-wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 98%;
	text-align: justify; 
	font-weight: 700;
	font-size: 1.2em;
}

.content-box {
  /* Encloses both elements with a border */
	margin-top: 8px;
	border: 4px solid #333333;
	max-width: 98%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
  
  /* Creates a new block formatting context to contain the floated image */
  display: flow-root; 
}