.swiper-button-prev,
.swiper-button-next {
	background: none;
	font-size: 40px;
	color: #E24E3E;
}

.youtube {
	width: 100%;
	height: 700px;
	background-color: transparent;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.youtube img {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	object-fit: contain;
}

/*
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
*/

.youtube .play-button {
	background: transparent;
	border-radius: 50% / 10%;
	color: #FFFFFF;
	font-size: 2em;
	/* change this to change size */
	height: 0px;
	margin: 20px auto;
	padding: 0;
	position: relative;
	text-align: center;
	text-indent: 0.1em;
	width: 4em;
	z-index: 1;
}

.youtube .play-button::before {
	background: inherit;
	border-radius: 5% / 50%;
	bottom: 9%;
	content: "";
	left: -5%;
	position: absolute;
	right: -5%;
	top: 9%;
}

.youtube .play-button::after {
	border-style: solid;
	border-width: 1em 0 1em 1.732em;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
	content: ' ';
	font-size: 0.75em;
	height: 0;
	margin: -1em 0 0 -0.75em;
	top: 50%;
	position: absolute;
	width: 0;
}

.youtube .play-button:hover:after {
	border-color: transparent transparent transparent #E24E3EFF !important;
}


.youtube img,
.youtube .play-button {
	cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}

.youtube iframe,
.youtube object,
.youtube embed {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.ytheader {
	z-index: 10;
	top: 15px;
	left: 15px;
	max-width: 80%;
	position: absolute;
	color: white;
	font-weight: 600;
	text-align: left;
	font-size: 15px;
	padding: 4px 17px;
	background: rgba(0, 0, 0, 0.5);
}

.swiper-container .swiper-button-prev {
	margin: 0px;
	height: 100%;
	width: 50px;
	top: 0;
	left: 0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 4
}

.swiper-container .swiper-button-next {
	margin: 0px;
	height: 100%;
	width: 50px;
	top: 0;
	right: 0;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 4
}

.video-swiper2 .ytheader {
	top: 0px;
	left: 0px;
	padding: 5px;
	font-size: 14px;
}

@media (max-width: 767px) {
	.ytheader {
		font-size: 16px;
	}

	.video-swiper2 .ytheader {
		font-size: 11px;
	}
}

@media (min-width: 992px) {
	.sidebar {
		padding-left: 0px;
	}
}

.livestream {
	height: 500px;
	margin-bottom: 30px;
}


.videosection {
	padding-top: 50px;
	padding-left: 100px;
	padding-right: 25px;
	float: left;
	width: 66%;
}

@media (max-width: 767px) {
	.videosection {
		margin-top: 0px;
		margin-bottom: 30px;
		float: none;
		padding: 25px 50px;
		width: 100%;

	}

	.videosection .h3 {
		font-size: 36px !important;
		text-align: center;
	}

	.youtube {
		height: 300px;
	}
}

@media (min-width: 768px) {
	.videosection {
		margin-top: 75px;
		margin-bottom: 30px;
		float: none;
		padding: 25px 50px;
		width: 100%;

	}

	.videosection .h3 {
		font-size: 36px !important;
		text-align: center;
	}
}

@media (min-width: 1024px) {
	.videosection {
		margin-top: 0px;
		padding-top: 75px;
		padding-left: 100px;
		padding-right: 25px;
		float: left;
		width: 60%;
	}

	.videosection .h3 {
		font-size: 36px !important;
		text-align: left;
	}

	.youtube {
		height: 400px;
	}
}

@media (min-width: 1320px) {
	.youtube {
		height: 500px;
	}
}

@media (min-width: 1440px) {
	.youtube {
		height: 600px;
	}
}

@media (min-width: 1760px) {
	.youtube {
		height: 700px;
	}
}

.customize-support.modal-open {
	padding-right: unset !important;
}

.video-container {
	width: 100%;
	height: 100%;
}

.swiper-container {
	width: 100%;
	aspect-ratio: 16/9;
	margin-bottom: 50px;
	max-height: 75vh;
}

.swiper-container.video-swiper  {
	width: auto;
	aspect-ratio: 16/9;
	margin: unset;
	margin-bottom: 25px;
	max-height: 180px;
}
.swiper-container.video-swiper.full {
	max-height: unset;
}
.hero .swiper-container.video-swiper {
	max-height: unset;
}

.swiper-container .youtube {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

.swiper-pagination-bullet {
	background: white;
	opacity: 0.9;
	border: 1px solid rgba(177, 177, 177, 0.5);
	width: 12px;
	height: 12px;
}

.swiper-pagination-bullet-active {
	background: #E24E3E;
}

.video-swiper2 {
	height: 120px;
	margin-top: 25px;
	margin-bottom: 0px !important;
}

.video-swiper2 .swiper-slide {
	width: auto !important;
}

.video-swiper2 .youtube {
	height: 100%;
	width: auto;
	position: relative;
	border: 2px solid transparent;
	top: 0px;
	left: 0px;
	transform: none;
}

.video-swiper2 .swiper-slide-border .youtube {
	border: 2px solid #273480;
}

.video-swiper2 img {
	height: 120px;
	position: relative;
	top: 0px;
	left: 0px;
	transform: none;
	width: auto;
}

.video-swiper2 .play-button {
	display: none;
}

.modal {
	padding: 0px !important;
}

.modal-dialog {
	width: 100%;
	height: 100%;
	padding: 15px !important;
	margin: auto auto;
}

.modal-content,
.modal-body {
	height: auto;
	width: auto;
	background: black;
}

.modal-open .iframediv {
	height: 100%;
	width: 100%;
	padding: 0px 20px;
	display: flex;
	flex-direction: column;
}

.modal-open iframe {
	height: auto;
	width: 100%;
	max-height: calc(100vh - 32px - 120px - 25px - 15px - 15px);
	aspect-ratio: 16/9;
	background: url(/static/front/images/loading-spinner-black.gif) center center no-repeat;
}

.modal-open .close {
	color: white;
	opacity: 1;
	position: absolute;
	float: unset;
	right: 10px;
}

@media (max-width: 767px) {
	.video-swiper2 {
		height: 90px;
		margin-top: 10px;
	}

	.video-swiper2 img {
		height: 90px;
	}

	.modal-dialog {
		padding: 5px !important;
	}

	.modal-open iframe {
		max-height: calc(100vh - 32px - 90px - 10px - 5px - 5px);
	}
}

@media (orientation: landscape) and (max-height: 767px) {
	.video-swiper2 {
		height: 90px;
		margin-top: 10px;
	}

	.video-swiper2 img {
		height: 90px;
	}

	.modal-dialog {
		padding: 5px !important;
	}

	.modal-open iframe {
		max-height: calc(100vh - 32px - 90px - 10px - 5px - 5px);
	}
}

@media (min-width: 1440px) {
	.modal-dialog {
		padding: 50px !important;
	}

	.modal-open iframe {
		max-height: calc(100vh - 32px - 120px - 25px - 50px - 50px);
	}
}

@media (orientation: landscape) and (min-height: 1440px) {
	.modal-dialog {
		padding: 50px !important;
	}

	.modal-open iframe {
		max-height: calc(100vh - 32px - 120px - 25px - 50px - 50px);
	}
}