/* basic styles */

.video-thumb {
	display: block;
	position: relative;
	overflow: hidden;
}
.video-thumb img,
.video-thumb video {
	display: block;
	aspect-ratio: 628 / 375;
	width: 100%;
	height: auto;
}
.video-thumb video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
/* ladyboyplayer preloader styles */

.video-thumb:hover:before {
	background-color: rgba(189, 189, 189, 0.3);
	z-index: 5;
}
.video-thumb:hover:after {
	background-image: url(../play-icon-big.png);
	z-index: 10;
}
.video-thumb:hover:before,
.video-thumb:hover:after,
.video-thumb.loading:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
}
.video-thumb.loading:after {
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: radial-gradient(farthest-side, #e1e1e1 94%, #0000) top/8px 8px no-repeat, conic-gradient(#0000 30%, #e1e1e1);
	-webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
	animation: s3 1s infinite linear;
	z-index: 10;
}
@keyframes s3 {
	100% {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}
/* ladyboyplayer video preview styles */

.video-thumb .video-time {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #d8d8d8;
	font-size: 12px;
	background-color: #263238;
	font-weight: 500;
	line-height: normal !important;
	padding: 6px 11px;
	z-index: 2;
}
.video-thumb:hover .video-time {
	display: block;
}
@media screen and (max-width: 767px) {
	.porn-box .hot-video-thumb {
		margin-top: 28px;
	}
}
@media screen and (max-width: 574px) {
	.porn-box .hot-video-thumb {
		margin-top: 23px;
	}
	.video-time {
		font-size: 18px;
		padding: 3px 10px;
		font-weight: normal;
	}
}
@media screen and (max-width: 479px) {
	.porn-box .hot-video-thumb {
		margin-top: 19px;
	}
	.video-time {
		font-size: 14px;
		padding: 4px 11px 2px 11px;
		line-height: 18px !important;
	}
}
@media screen and (max-width: 411px) {
	.porn-box .hot-video-thumb {
		margin-top: 16px;
	}
	.video-time {
		font-size: 12px;
	}
}
@media screen and (max-width: 374px) {
	.video-time {
		font-size: 13px;
		padding: 4px 7px 1px 7px;
	}
}
/* tube page lazy loading fix */

.tube-section a img {
	display: block;
}