@media (min-width: 992px) {
	body.single .video-player .responsive-player {
		max-height: 80vh;
		max-width: calc( 80vh * 16 / 9 );
		margin-left: auto;
		margin-right: auto;
	}
}

body.single #video-tabs .tracking-desktop {
	display: inline-block;
	width: auto;
	background: none !important;
	border: none !important;
	border-bottom: 3px solid #555 !important;
	box-shadow: none !important;
	border-radius: 0;
	color: #fff;
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	padding: 0 2em 0.75em;
	margin: 0;
	vertical-align: bottom;
}

body.single #video-tabs .tracking-desktop:hover {
	border-bottom-color: #999;
}

body.single .video-meta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	gap: 0.5em;
}

body.single .video-meta-row #video-views {
	margin: 0;
	padding: 0 0 0.75em;
}

body.single #video-tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	width: auto;
	float: none;
}

body.single .tracking-mobile-wrap {
	display: none;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	body.single .title-block h1.entry-title {
		font-size: 1.25em;
		text-align: left;
	}
}

@media only screen and (max-width: 767.98px) {
	body.single .title-block h1.entry-title {
		font-size: 1.05em;
		text-align: left;
	}
}

@media only screen and (max-width: 991.98px) {
	.under-video-block .show-more-related a.button {
		display: table;
		margin: 10px auto;
	}

	body.single #video-tabs .tracking-desktop {
		display: none !important;
	}

	body.single #video-share {
		display: block;
	}

	body.single .tracking-mobile-wrap {
		display: block;
		margin: 0 0 0 auto;
	}

	body.single .tracking-mobile {
		display: inline-block;
		width: auto;
		border-radius: var(--rt-radius-sm, 4px);
		font-size: 1em;
		font-weight: normal;
		padding: 0.4em 0.8em;
		margin: 0;
		text-align: center;
		vertical-align: middle;
	}
}

body.single #video-about {
	float: none;
	width: 100%;
	clear: both;
	padding-bottom: 1.25em;
}

body.single #video-about,
body.single #video-actors,
body.single #video-studios,
body.single #video-tags,
body.single #video-author,
body.single #video-date {
	text-align: left;
}

body.single #video-author,
body.single #video-date,
body.single #video-actors,
body.single #video-studios,
body.single #video-tags {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.4em;
	margin: 0 0 0.75em;
	padding: 0;
	min-height: 1.8em;
	line-height: 1.4;
}

body.single #video-about > *:last-child {
	margin-bottom: 0;
}

body.single #video-studios .tags-list,
body.single #video-tags .tags-list {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.4em;
}

body.single #video-studios.tags,
body.single #video-tags.tags {
	margin-top: 0;
}

body.single #video-studios .label,
body.single #video-tags .label {
	margin: 0;
}

body.single #video-studios i,
body.single #video-tags i {
	color: #eee;
}

body.single .title-block {
	margin: 1.25em 0;
}

@media only screen and (max-width: 767.98px) {
	body.single .video-meta-row #video-tabs {
		display: none;
	}
}
