.fluid-wrapper {
	position: relative;
	width:100%;
}


.fluid-wrapper #fluid-onpause_spot {
	display: none;
	box-sizing: content-box;
	position: absolute;
	z-index: 4;
	top: 50%;
	left: 50%;
	width: 300px;
	padding: 5px 10px 10px;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.fluid-wrapper #fluid-onpause_spot h3 {
	color: #fff;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
}
.fluid-wrapper #fluid-onpause_spot .fluid-close {
	position: absolute;
	top: -10px;
	right: -10px;
	background: #000;
	color: #fff;
	text-align: center;
	font-weight: bold;
	width: 35px;
	height: 35px;
	font-size: 24px;
	line-height: 35px;
	border-radius: 5px;
	cursor: pointer;
}
.fluid-wrapper #fluid-onpause_spot .fluid-play {
	background: #000;
	border-radius: 10px;
	color: #fff;
	font-size: 21px;
	line-height: 50px;
	background-color: #000;
	text-align: center;
	cursor: pointer;
	margin-top: 5px;
	font-weight: bold;
	position: relative;
    top: unset;
    left: unset;
    width: unset;
    height: unset;
    display: block;
}
.fluid-wrapper #fluid-onpause_spot .fluid-play:hover {
    background-color: rgb(222,38,0);
    color: rgb(255,255,255);
}

.fluid-wrapper #fluid-ontop_spots {
    display: none;
	position: absolute;
	z-index: 4;
	top: 50%;
	left: 50%;
	width: 300px;
	box-sizing: content-box;
	padding: 5px 10px 10px;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.fluid-wrapper #fluid-ontop_spots h3 {
	color: #fff;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
}
.fluid-wrapper .fluid-spots:after {
	content: '';
	display: block;
	clear: both;
}
.fluid-wrapper #fluid-ontop_spots .fluid-spots .fluid-spot, .fluid-wrapper #fluid-onpause_spot .fluid-spots .fluid-spot {
	float: left;
	margin-right: 5px;
}

.fluid-wrapper #fluid-onpause_spot .fluid-spots .fluid-spot:nth-child(2) {
	margin-right: 0;
}

.fluid-wrapper #fluid-ontop_spots .fluid-spots .fluid-spot:nth-child(2) {
	margin-right: 0;
	display: none;
}

.fluid-wrapper #fluid-ontop_spots .fluid-close {
	background: #000;
	border-radius: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	background: url(/fluidplayer/close.png) no-repeat 10px center, url(/fluidplayer/close.png) no-repeat 265px center;
	background-size: 30px 30px;
	background-color: #000;
	text-align: center;
	cursor: pointer;
	margin-top: 5px;
	padding: 5px 50px;
	display: block;
}

.fluid-wrapper #fluid-ontop_spots .fluid-close:hover {
    background-color: rgb(222,38,0);
    color: rgb(255,255,255);
}

.fluid-wrapper #fluid-buffer_spot {
	display: none;
	position: absolute;
	z-index: 4;
	top: 50%;
	left: 50%;
	width: 300px;
	padding: 5px 10px 10px;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.fluid-wrapper #fluid-buffer_spot h3 {
	color: #fff;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}
.fluid-wrapper #fluid-buffer_spot h3 span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.fluid-wrapper #fluid-buffer_spot h3 span:nth-child(2) {
    animation-delay: .2s;
}

.fluid-wrapper #fluid-buffer_spot h3 span:nth-child(3) {
    animation-delay: .4s;
}

@media (min-width: 660px) {
	.fluid-wrapper #fluid-ontop_spots {
		width: 605px;
		box-sizing: content-box;
	}
	.fluid-wrapper #fluid-ontop_spots .fluid-spots .fluid-spot:nth-child(2) {
		display: block;
	}
	.fluid-wrapper #fluid-ontop_spots .fluid-close {
		background: url(/fluidplayer/close.png) no-repeat 10px center, url(/fluidplayer/close.png) no-repeat 560px center;
		background-size: 30px 30px;
		background-color: #000;
		padding: 0;
    	line-height: 50px;
	}
}

.fluid-wrapper .fluid-spot-mobile {
    display: none;
}



.fluid-wrapper #fluid-poster {
	width: 100%;
    object-fit: cover;
    height: 100%;
    min-height: 440px;
}

.fluid-wrapper .fluid-spot-desktop iframe {
	width: 300px;
    height: 250px;
    position: initial;
    left: initial;
    top: initial;
    bottom: initial;
}



.fluid-wrapper .fluid-spot-mobile iframe {
	width: 300px;
    height: 100px;
    position: initial;
    left: initial;
    top: initial;
    bottom: initial;
}

@media screen and (max-width: 659px) {
	.fluid-wrapper .fluid-spot-mobile {
	    display: block;
	}
	
	.fluid-wrapper .fluid-spot-desktop {
	    display: none;
	}
}

@media (min-width: 660px) {
	.fluid-wrapper .fluid-spot-desktop {
		width: 300px;
	    height: 250px;
		display: inline-block;
	}
	.fluid-wrapper .fluid-spot iframe {
		width: 300px;
	    height: 250px;
	    position: initial;
	    left: initial;
	    top: initial;
	    bottom: initial;
	}
	
	.fluid-wrapper #fluid-onpause_spot {
		width:605px;
	}
}