img.wide-img {
	width: 100%;
	object-fit: cover;
}

section.banner-image {
	padding-bottom: 30px;
}

section.content {
	padding-bottom: 30px;
}

section.content img {
	max-width: 100%;
	height: auto;
	display: block;
}

section.content iframe {
	max-width: 100%;
}

section.content table {
	width: 100%;
}
@media only screen and (max-width: 768px) {
	span.prev-arrow, span.next-arrow {
		top: 41%;
	}
	
	span.next-arrow {
		left: 15%;
	}
	
	div.content-left {
		padding: 15px;
	}
}
