.layout-product-film-type .top-tab-video-area,
.layout-series-collection-type .top-tab-video-area {
	height: auto;
}
.layout-product-film-type .watch-now-main,
.layout-series-collection-type .watch-now-main {
	width: 100%;
	max-width: 1088px;
	margin: 0 auto;
}
.layout-product-film-type .watch-now-main .watch-now-links,
.layout-series-collection-type .watch-now-main .watch-now-links {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 5px;
	margin-top: 15px;
}
.layout-product-film-type .watch-now-main .watch-now-links .watch-now-link-button,
.layout-series-collection-type .watch-now-main .watch-now-links .watch-now-link-button {
	font-size: 1.5rem;
	color: var(--black);
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
}
.layout-product-film-type .watch-now-main .watch-now-links .watch-now-link-button:hover,
.layout-series-collection-type .watch-now-main .watch-now-links .watch-now-link-button:hover {
	text-decoration: underline;
}
.layout-product-film-type .watch-now-main .watch-now-links .watch-now-link-button.is-hidden,
.layout-series-collection-type .watch-now-main .watch-now-links .watch-now-link-button.is-hidden {
	visibility: hidden;
}
.layout-product-film-type .watch-now-main .watch-now-title,
.layout-series-collection-type .watch-now-main .watch-now-title {
	display: flex;
	font-size: 1.875rem;
	color: var(--black);
	text-decoration: none;
	margin-bottom: 10px;
}
.layout-product-film-type .watch-now-main .watch-now-video,
.layout-series-collection-type .watch-now-main .watch-now-video {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: var(--black);
}
.layout-product-film-type .watch-now-main .watch-now-video iframe,
.layout-product-film-type .watch-now-main .watch-now-video object,
.layout-product-film-type .watch-now-main .watch-now-video embed,
.layout-product-film-type .watch-now-main .watch-now-video video,
.layout-series-collection-type .watch-now-main .watch-now-video iframe,
.layout-series-collection-type .watch-now-main .watch-now-video object,
.layout-series-collection-type .watch-now-main .watch-now-video embed,
.layout-series-collection-type .watch-now-main .watch-now-video video {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	display: block;
	border: 0;
}
.layout-product-film-type .watch-now-main .watch-now-video video,
.layout-series-collection-type .watch-now-main .watch-now-video video {
	object-fit: contain;
}
.layout-product-film-type .watch-now-main .watch-now-video img,
.layout-series-collection-type .watch-now-main .watch-now-video img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.layout-product-film-type .watch-now-main .watch-now-video .vjs-title-bar,
.layout-series-collection-type .watch-now-main .watch-now-video .vjs-title-bar {
	display: none !important;
}
.layout-product-film-type .watch-now-main .watch-now-video .video-js,
.layout-series-collection-type .watch-now-main .watch-now-video .video-js {
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}
.layout-product-film-type .unavailable-message,
.layout-series-collection-type .unavailable-message {
	margin: 15px 0;
}
.layout-product-film-type .watch-now-main .watch-now-video .unavailable-message,
.layout-series-collection-type .watch-now-main .watch-now-video .unavailable-message {
	width: 100%;
	height: 100%;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.layout-product-film-type .watch-now-main .watch-now-video #chapters:empty,
.layout-product-film-type .watch-now-main .watch-now-video #clip_buttons:empty,
.layout-product-film-type .watch-now-main .watch-now-video #player_report:empty,
.layout-series-collection-type .watch-now-main .watch-now-video #chapters:empty,
.layout-series-collection-type .watch-now-main .watch-now-video #clip_buttons:empty,
.layout-series-collection-type .watch-now-main .watch-now-video #player_report:empty {
	display: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

@media (max-width: 767px) {
	.layout-product-film-type .watch-now-main .watch-now-title,
	.layout-series-collection-type .watch-now-main .watch-now-title {
		font-size: 1.5rem;
	}
	.layout-product-film-type .watch-now-main .watch-now-links .watch-now-link-button,
	.layout-series-collection-type .watch-now-main .watch-now-links .watch-now-link-button {
		font-size: 1.125rem;
	}
}
