.fsp-embed-player {
	/*transition: width .5s ease-in-out,height .5s ease-in-out,transform .5s ease-in-out;*/
}
.fsp-embed-player.fsp-embed-pinned {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 380px;
	height: 238px !important;
	margin: 0;
	box-shadow: 2px 3px 12px rgba(0,0,0,.25);
	z-index: 999999;
}
#fsp-btn-close-pinned2 {
	display: none;
	position: absolute;
	top: 7px;
	right: 7px;
	width: 32px;
	height: 32px;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	color: #ccc;
	cursor: pointer;
	transition: all .1s ease-in-out;
	border: 1px solid #ccc;
	border-radius: 50%;
	background-color: #000;
	z-index: 10;
	opacity: .8;
}
#fsp-btn-close-pinned2:hover {
	opacity: 1;
}
.fsp-embed-player.fsp-embed-pinned:hover #fsp-btn-close-pinned2 {
	display: block;
}
#fsp-pinned-movie-info {
	position: absolute;
	bottom: -47px;
	left: 0;
	width: 100%;
	background-color: #ebebeb;
	padding: 10px;
	z-index: 1;
	height: 47px;
}
.fsp-embed-player.fsp-embed-pinned #fsp-pinned-movie-info {
	display: none;
}
@media (max-width:1199px){
	#MafabPlayerArticle {display: none;}
	.fsp-embed-player.fsp-embed-pinned #fsp-pinned-movie-info {
		display: none;
	}
}
@media (min-width:1200px){
	.fsp-embed-player.fsp-embed-pinned .skipAdTitle {

	}
}
@media (min-width:768px){
	.fsp-embed-player.fsp-embed-pinned .skipAdCounterBox {
		bottom: 47px;
		right: 6px;
	}
	.fsp-embed-player.fsp-embed-pinned .skipAdBox {
		bottom: 17px;
		right: 6px;
	}
}
@media (max-width: 767px){
	.fsp-embed-player.fsp-embed-pinned {
		left: initial;
		bottom: initial;
		top: 0;
		right: 0;
		width: 100%;
		height: 370px !important;
		box-shadow: 2px 3px 12px rgba(0,0,0,.25);
	}
	.fsp-embed-player.fsp-embed-pinned .skipAdBox,
	.fsp-embed-player.fsp-embed-pinned .skipAdCounterBox {
		bottom: 21px;
	}
	.fsp-embed-player.fsp-embed-pinned .skipAdBox {
		width: 90px;
		height: 23px;
	}
	.fsp-embed-player.fsp-embed-pinned .skipAdCounterBox {
		width: 185px;
		height: 23px;
		right: 46px;
	}
	.fsp-embed-player.fsp-embed-pinned .skipAdTitle {
		font-size: 10px;
	}
}
@media (max-width: 450px){
	.fsp-embed-player.fsp-embed-pinned {height: 235px!important;}
}
@media (min-width:451px) and (max-width: 530px){
	.fsp-embed-player.fsp-embed-pinned {height: 290px!important;}
}
@media (min-width:531px) and (max-width: 649px){
	.fsp-embed-player.fsp-embed-pinned {height: 330px!important;}
}

/* embed player 06/2020 */
#fsp-embed-wrapper, .fsp-ew {

}
	.fsp-ew .fsp-ew-placeholder {
		padding-bottom: 56%;
	}
