.nh-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 1.5rem;
	align-items: center;
	align-self: stretch;
	border-radius: 0.3125rem;
	gap: 1.5rem;
	background: #F2F5F7;
}

.news-sub-cont {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 1.5rem;
	height: 100%;
}

.news-sub-left {
	display: flex;
	flex-direction: column;
}

.news-sub-right {
	display: flex;
	flex-direction: column;
	height: 100%;
	align-self: stretch;
}

#more-news-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: 7px;
}

#more-btn {
	background: linear-gradient(270deg, rgba(1, 164, 204, 1) 0%, rgba(0, 78, 171, 1) 100%);
	font-family: freight-sans-pro, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
	padding: 0.5rem 1.25rem;
	white-space: nowrap !important;
	text-align: left;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
	align-items: center;
	border-radius: 4px;
	color: #FFF;
	position: relative;
 	top: -17px;
}

#more-btn:focus-visible {
	outline: 5px auto rgba(0, 0, 0);
	-webkit-outline: 5px auto rgba(0, 0, 0);
	-moz-outline: 5px auto rgba(0, 0, 0);
	-ms-outline: 5px auto rgba(0, 0, 0);
	-o-outline: 5px auto rgba(0, 0, 0);
	border: 3px solid rgba(0, 0, 0);
	background-color: #155598;
}

#more-btn:hover,
#more-news-btn:active,
#more-news-btn:focus {
	background: #004eab !important;
	border-color: transparent !important;
	border: 0px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	text-decoration: none;
}

#playback-button-container {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	justify-content: center;
	padding: 0;
	opacity: 0.0;
	-webkit-transition: .4s ease-out opacity;
	-moz-transition: .4s ease-out opacity;
	-o-transition: .4s ease-out opacity;
	transition: .4s ease-out opacity;

	margin-top: initial;
	margin-left: initial;
	top: initial !important;
}

#car-title-text {
	font-family: freight-sans-pro, sans-serif;
	font-weight: 900;
	font-size: 1.375rem;
	line-height: 1.375rem;
	min-width: 30%;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow-wrap: break-word;
	padding-bottom: 0.2rem;
}

#news-title-anchor {
	color: #000;
}

.pagination-dots {
	display: flex;
	flex-direction: row;
	height: 2rem;
	width: 100%;
	justify-content: center;
	align-items: center;
	gap: .4rem;
}
.dot {
	height: .4rem;
	width: 0.4rem;
	border-radius: .4rem;
	background: #93A2B2;
}
.dot-active {
	background: #000000 !important;
}
.playback-overlay #play-button::after {
  background: transparent;
  border: none;
  color: #FFF;
  content: "\f04b";
  font-family: "Font Awesome 6 Pro";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
}
.playback-overlay #pause-button::after {
	background: transparent;
	border: none;
	color: #FFF;
	content: "\f04c";
	font-family: "Font Awesome 6 Pro";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 900;
	line-height: 140%;
 }

#prev-button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 1.5rem;
	height: 2rem;
	border: none;
	background: transparent;

	margin-bottom: initial;
	padding-left: initial;
	padding-right: initial;
	margin-left: initial;
	margin-top: initial;
}

#prev-button i {
	color:#000000;
}

#next-button i {
	color:#000000;
}

#next-button {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: 2rem;
	width: 1.5rem;
	padding-left: initial;
	margin-right: initial;
	margin-bottom: initial;
	border: none;
	background: transparent;
	padding-right: initial;
}

.carousel-item img {
	width: 100%;
	height: 5.96938rem;
	aspect-ratio: 130.00/95.51;
	border-radius: .25rem !important;
	object-fit: cover;
}

#playback-button-container:hover {
	-webkit-transition: .4s ease-in opacity;
	-moz-transition: .4s ease-in opacity;
	-o-transition: .4s ease-in opacity;
	transition: .4s ease-in opacity;
	opacity: 1;
	background: none;
}

#playback-button-container:focus-within {
	opacity: 1;
}

#playback-button-container button {
	background: none;
	border: none;
}

#playback-button-container button:focus-visible {
	border: 2px solid blue;
	border-radius: 3px;
	-webkit-transition: .4s ease-in opacity;
	-moz-transition: .4s ease-in opacity;
	-o-transition: .4s ease-in opacity;
	transition: .4s ease-in opacity;
}

.fa-play-pause {
	color: white;
}

.news-subheader {
	font-family: freight-sans-pro, sans-serif;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 300;
	line-height: 0.9375rem;
	letter-spacing: 0.06563rem;
	text-transform: uppercase;
	margin-bottom: 0;
}

.playback-frame {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0.4rem;
	align-self: start;
}

.playback-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.playback-overlay {
	position: relative;
}

.playback-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.carouse-frame {
	width: 8.125rem;
	height: 5.96938rem;
}

.more-sm-box {
	display: none;
}

@media (max-width:767px) {
	#more-btn {
		position: relative;
 		top: initial;
		width: 100%
	}
	.more-sm-box {
		display: flex;
		flex-direction: row;
		justify-content: center;
		width: 100%;
	}

	.nh-container {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding: 1.5rem 1.5rem;
	}

	.news-sub-cont {
		flex-direction: column;
		align-items: center;
		gap: 1rem;
		width: 100%;
	}

	.news-sub-left {
		width: 100%;
		justify-content: center;
		align-items: center;
	}

	.news-sub-right {
		display: flex;
		flex-direction: column;
		height: 100%;
		align-self: stretch;
		align-items: flex-start;
		gap: 0.4rem;
	}

	#news-title-container {
		height: 6rem;
	}

	#car-title-text {
		font-size: 1.4rem;
		line-height: 1.4rem;
		-webkit-line-clamp: 4;
		letter-spacing: 0.015rem;
	}

	.news-subheader {
		font-family: freight-sans-pro, sans-serif;
		font-size: 1.0375rem;
		font-style: normal;
		font-weight: 300;
		line-height: 1.0375rem;
		letter-spacing: 0.06563rem;
		text-transform: uppercase;
		margin-bottom: 0;
	}

	#playback-button-container {
		opacity: 1;
		background: none;
	}

	.playback-frame {
		width: 100%;
	}

	.playback-frame button i {
		font-size: 1.5rem;
	}

	.carouse-frame {
		width: 15.125rem;
		height: 10.969rem;
	}

	.carousel-item img {
		width: 15.125rem;
		height: 10.969rem;
	}

	#more-btn {
		align-self: stretch;
	}
}