

.section-video-div { 
	position: relative; 
	min-height: 240px; 
	height: calc(100vh - 40px); 
	-webkit-height: calc(100vh - 40px); 
	max-height: 490px;
	max-width: 640px;
}	

.section-bg { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background-color: transparent;
}	

.section-bg .subscriber { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	max-width: 640px;
	min-height: 240px; 
	height: calc(100vh - 40px); 
	-webkit-height: calc(100vh - 40px); 
	max-height: 480px; 
	object-fit: cover; 
}

.section-video .section-image { 
	position: relative; 
	z-index: 20; 
	float: right; 
	width: 78px; 
	margin: 15px 25px 0 0; 
	background-color: transparent; 
}
	
.section-video .section-actions { 
	position: absolute; 
	bottom: 42px; 
	left: 0; 
	right: 0; 
	z-index: 30; 
	font-size: 0; 
	text-align: center; 
	background-color: transparent; 
}
	
.section-video .section-actions-inner { 
	margin: 0 -12px; 
}
	
.section-video .section-actions-inner.btn { 
	margin: 0 12px; vertical-align: middle; 
}

.OT_video_element {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	max-width: 640px;
	min-height: 240px; 
	height: calc(100vh - 40px); 
	-webkit-height: calc(100vh - 40px); 
	max-height: 480px; 
	object-fit: cover; 
}

::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}
::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	box-shadow: 0 0 1px rgba(255,255,255,.5);
}