.rcontent .top_title {
	display: none;
}

.rcontent .article_title {
	display: none;
}

.rcontent .subtitle {
	display: none;
}

.cover .subtitle {
	display: block;
}

.rcontent .subtitle.subtitle_2 {
	display: block;
}

.rcontent .subtitle {
	font-size: 1.3rem;
	line-height: 1.9rem;
}

.cover-block {
	height: calc(100vw * 0.525);
	display: block;
	width: 100%;
}

/*VIDEO CSS*/
.cover-video .video-js {
	border: 0;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / 7%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}

#inread_2-inside-quarter-pos4,
#tatm-inread_2-inside-quarter-pos4 {
	margin: auto;
}

.videoStickyBlock {
	display: none;
}


.videoStickyBox {
	display: none;
	background-color: #000;
	color: #FFF;
	width: 100%;
	top: 50px;
	box-shadow: -2px 3px 3px rgba(0, 0, 0, .7);
	z-index: 9999;
}

.videoStickyTitle {
	padding: 10px;
	font-size: 18px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 22px;
}

.videoStickyBox i.fa {
	color: #FFF;
	font-size: 25px;
	margin-right: 4px;
	margin-top: 22px;
}

.imgwrap.sticky {
	position: fixed;
	top: 0px;
	z-index: 10000;
	width: 35%;
	min-width: 200px;
	max-width: 300px;
}

.imgwrap.sticky .closesticky {
	display: block;
}

/*VIDEO END */

.cover-data {
	display: block;
	font-weight: bold;
}

.cover-data .subtitle {
	font-size: 1.3rem;
	line-height: 1.9rem;
	text-shadow: none;
}

.cover img {
	border-radius: 0.625rem;
}

.cover .title h1 {
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: bold;
	color: #1a1a1a;
}

.cover .subtitle {
	font-size: 1.3rem;
	line-height: 1.9rem;
	font-weight: 500;
	color: #1a1a1a;
}

@media (min-width: 768px) {
	.cover .title h1 {
		font-size: 2.4rem;
		line-height: 3.2rem;
	}

	.cover .subtitle {
		font-size: 1.5rem;
		line-height: 2.1rem;
	}
}

.cover .top-title {
	display: inline-block;
	padding: 0rem 0.5rem;
	text-shadow: none;
}

#mainVideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0.625rem;
	overflow: hidden;
	transition:
		transform 0.3s cubic-bezier(0.4,0,0.2,1),
		width 0.2s cubic-bezier(0.4,0,0.2,1),
		height 0.2s cubic-bezier(0.4,0,0.2,1);
}

#mainVideo.sticky {
	position: fixed;
	margin-left: 0px !important;
	box-shadow: none;
	box-shadow: 0px 0px 5px 0px #555;
	margin-top: 10px;
	max-height: 400px;
}

.cover .related {
	display: flex;
	justify-content: flex-start;
	bottom: 0;
	right: 0;
	position: absolute;
	overflow-x: auto;
	width: 500px;
}

.cover .related {
	display: none !important;
}

.cover .related .com-item-small {
	width: 30%;
	padding: 0;
	background-color: transparent;
	box-shadow: none;
	padding: 0.3rem;
	background-color: rgba(0, 0, 0, .6);
	margin-right: 0.5rem;
}

.cover .related .com-item-small a {
	font-size: 0.8rem;
	color: #FFF;
}

.cover .related .com-item-small .title,
.cover .related .com-item-small .section {
	color: #FFF;
}

.cover .cover-credit {
	display: block;
	width: 100%;
	font-size: 0.8rem;
	padding-top: 1.4rem;
	padding-bottom: 0.7rem;
	margin-top: -0.7rem;
	border-bottom-left-radius: 0.625rem;
	border-bottom-right-radius: 0.625rem;
}

.cover .credit {
	font-style: italic;
	font-weight: bold;
}

.cover .description {
	display: none;
	line-height: 1.2rem;
}

.cover-data .subtitle {
	display: none !important;
}

.transparentRow .col-12.live-cover-col {
	padding-left: 10px;
	padding-right: 10px;
	width: calc(100% - 20px);
}

.live-cover-col .subtitle>blockquote {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	border: 0;
}

@media (max-width: 500px) {
	.cover::before {
		background-image: var(--cover-image-src-sm);
	}
}

@media(max-width: 991px) {
	#mainVideo.sticky{
		margin-top: 0px;
		border-radius: 0px;
		left: 0px;
		max-width: 250px;
		max-height: 140px;
	}
	.videoStickyBox.sticky {
		display: block;
		position: fixed;
		width: 100%;
		background-color: #121212;
		z-index: 10000;
		top: 60px;
		left: 0px;
	}
}

@media (min-width: 992px) and (max-width: 1215px) {
	#mainVideo.sticky {
		max-width: calc(100% * 0.6);
	}
}

@media (min-width: 1024px) and (max-width: 1439px) {
	#mainVideo.sticky {
		max-width: calc((100% - 300px) * 0.668);
	}
}

@media (min-width: 1441px) and (max-width: 1920px) {
	#mainVideo.sticky {
		max-width: calc((100% - 600px) * 0.6);
	}
}

@media (min-width: 1920px) and (max-width: 2304px) {
	#mainVideo.sticky {
		max-width: calc((100% - 700px) * 0.668);
	}
}

@media (min-width: 2304px) {
	#mainVideo.sticky {
		max-width: calc(1604px * 0.668);
	}
}