.center-image {
 display: flex;
 justify-content: center;
}

.center-text {
padding-top: 50px;
text-align: left;
}

.flex-item {
 display: flex;
 align-items: center;
}

.new-section {
padding-top: 100px;
}

.iframe-container {
position: relative;
 overflow: hidden;
 width: 100%;
 padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 width: 100%;
 height: 100%;
}

.outer-box {
background: #F5F5F5;
border-radius: 15px;
}

.inner-box {
padding: 15px 15px 15px 35px;
}


p.anchor {
	margin-bottom: 4em;
	position:relative;
	display: block;
}

.sticky .dropdown {
 	width: 100% !important;
	background-color: #555;
}

.sticky .dropdown .dropdown-menu {
 	width: 100% !important;
	background-color: #eee;
}

#stickyNav a {
	z-index:20001;
	padding: 0.5em;
	background: #ED2C38;
	color: #fff;
	text-decoration: none;
	transition: 0.65s;
	display: inline-block;
	margin: 0.5em;
}
 
#stickyNav {
	text-align: center;
	background: #fff;
	padding: 0 0.25em 0.5em;
	margin-top: 0;
	z-index:20000;
	border-bottom: 1px solid #efefef;
}
 
#stickyNav a:hover {
	background: #d82732;
}
 
@media only screen and (min-width: 768px) {
	#sticky-wrapper {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	ol {
		padding-left: 18px;
	}
	
	.show-xs {
		display: none;
	}
	
	.hide-xs {
		display: inline-block;
	}
}

@media only screen and (max-width: 767px) {
	a.dropdown-item {
		width: 100%;
		display: block; clear: both;
		line-height: 2.25em;
	}

	.btn.btn-secondary.dropdown-toggle {
		width:100%;
		text-align: left;
		color: #fff;
		background-color: #555;
	}

	.dropdown-menu {
		margin-top: 0;
		padding-left: 0.5em;
	}
	
	.sticky {
		width: 100% !important;
		left: 0 !important;
	}
	
	.dropdown-menu,
	.dropdown {
		width : 100% !important;
	}
	
	.show-xs {
		display: inline-block
	}
	
	.hide-xs {
		display: none;
	}
}

@media only screen and (min-width:960px)
{.center-text {
 width: 63%;
margin: 0 auto;
}
}

@media only screen and (min-width:1250px){.section.sePageSection.sePageSectionResponsive.img-hero .content-block-column.full-width-block.block-bg-img {
 padding-top: 200px !important;
 padding-bottom: 200px !important;
}
}

<style>
 .slideshow-container {
 max-width: 600px;
 position: relative;
 margin: auto;
 overflow: hidden;
 }

 .slides {
 display: flex;
 transition: transform 0.5s ease;
 }

 .slide {
 min-width: 100%;
 }

 .slide img {
 width: 100%;
 height: auto;
 }

 .prev, .next {
 cursor: pointer;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 width: auto;
 padding: 16px;
 color: white;
 font-weight: bold;
 font-size: 20px;
 transition: 0.6s ease;
 border-radius: 0 3px 3px 0;
 background-color: rgba(0, 0, 0, 0.5);
 }

 .prev:hover, .next:hover {
 background-color: rgba(0, 0, 0, 0.8);
 }

 .next {
 right: 0;
 border-radius: 3px 0 0 3px;
 }

 .dots {
 text-align: center;
 margin-top: 15px;
 }

 .dot {
 cursor: pointer;
 height: 15px;
 width: 15px;
 margin: 0 2px;
 background-color: #bbb;
 border-radius: 50%;
 display: inline-block;
 transition: background-color 0.6s ease;
 }

 .active, .dot:hover {
 background-color: #717171;
 }
</style>