.poster-player-flag {
	position: absolute;
	top: 50% !important;
	left: auto !important;
	right: 8px !important;
	z-index: 8;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 4px;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 50%;
	background: rgba(0,0,0,.72);
	box-shadow: 0 2px 7px rgba(0,0,0,.45);
	transform: translateY(-50%) !important;
}

.poster-player-flag img {
	position: static !important;
	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0 !important;
	border-radius: 50%;
	object-fit: cover;
	filter: none !important;
	transform: none !important;
}

.sheader .poster,
.w_item_a .image,
.w_item_b .image,
.slider article.item .image,
#single_relacionados article a,
#seasons .se-c .se-a ul.episodios li .imagen,
article.simple .poster {
	position: relative;
}

#single_relacionados article a {
	display: block;
}

.w_item_b .poster-player-flag,
#seasons .se-c .se-a ul.episodios li .imagen .poster-player-flag {
	right: 5px !important;
	width: 30px;
	height: 30px;
	padding: 3px;
}

.sheader .poster .poster-player-flag {
	right: 10px !important;
	width: 42px;
	height: 42px;
}

.slider article.item .poster-player-flag,
.dooplay-main-slier .poster-player-flag {
	z-index: 9;
}
