#slider {
	display:none;
}
#slider.slider_wrapper {
	position: fixed;
	right: -426px;
	bottom: 0;
	z-index: 9999;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	max-width: 426px;
	height: 240px;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	display: none;
}
#slider_video_container { 
	position: relative;
}
#slider video {
	pointer-events: none;
	width: 100%;
	height: 100%;
	display: table;
	margin: 0px auto;
}
#slider.ucBrowser {
	z-index:99999999;
}
#slider.ucBrowser .slider_close{
	padding:3px;
	background:none;
	top:-20px;
}
#slider.ucBrowser .slider_link{
	width:100%;
}
#slider .slider_link {
	display: inline-block;
	color: rgb(255, 255, 255);
	font-size: 12px;
	font-family: Roboto, sans-serif, Verdana, Arial;
	left: 0px;
	top: -20px;
	height: 20px;
	line-height: 20px;
	padding: 0px 5px;
	background: rgba(0, 0, 0, 0.7);
	text-decoration: none;
	z-index: 100;
}
#slider .slider_close {
	pointer-events: auto;
	position: absolute;
	padding: 10px 15px;
	user-select: none;
	color: rgb(255, 255, 255);
	right: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.7);
	cursor: pointer;
	z-index: 9999;
}
#slider .slider_close_text{
	position: relative;
	float: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 15px;
	line-height: normal;
	font-weight: normal;
	text-decoration: underline;
}
#slider_cta_text_box, #slider_display_url_box {
	width: 100%;
	font-size: 2vh;
}
#slider_cta_text_box {
	margin-bottom:-0.5px;
}
#slider_cta_text, #slider_display_url {
	font-size: 12px;
	font-family: Roboto, sans-serif, Verdana, Arial;
	text-decoration: none;
}
#slider_cta_text {
	font-size: 13px;
	text-transform: uppercase;
	color: rgb(255, 255, 255);
}
#slider_display_url {
	color: rgb(249, 211, 0, 0.8);
}
#slider_cta_wrapper {
	background: rgba(0, 0, 0, 0.9);
	padding: 10px;
	line-height: 1;
	cursor: pointer;
	display: none;
}
#slider .slider_close svg {
	height: 15px;
	width: 15px;
	fill: #FFFFFF;
	display: none;
}
#slider .progress_slider_wrapper{
	pointer-events: none;
	position: absolute;
	width: calc(100% - 30px);
	height: 3px;
	left: 15px;
	bottom: 15px;
	background: rgba(255, 255, 255, 0.25);
	z-index: 1;
}
#slider .slider_progressbar {
	pointer-events: none;
	width: 0%;
	height: 100%;
	background: rgba(249, 211, 0, 0.8);
	transition: width 0.6s linear 0s;
}
#slider_replay_button {
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	height: 70px;
	width: 70px;
	position: absolute;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.7);
	display: none;
}
#slider_mute_button {
	border-radius: 5px;
	position: absolute;
	right: 5px;
	bottom: 20px;
	background: rgba(0, 0, 0, 0.7);
	height:30px; width:30px;
}
#slider_mute_button svg {
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	fill: #FFFFFF;
	height: 24px;
	width: 24px;
	display: none;
}
#slider.slider_notransition, #slider .slider_notransition {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}
@media only screen and (max-device-width: 480px) {
	#slider.slider_wrapper {
		width: 44.44vh;
		height: 25vh;
	}
	#slider .slider_link {
		font-size: 2vh;
		left: 0px;
		top: -3vh;
		height: 3vh;
		line-height: 3vh;
		padding: 0vh 1vh;
	}
	#slider .slider_close{
		height: 3vh;
		padding: 0.5vh 1vh;
	}
	#slider.ucBrowser .slider_close{
		top:-3vh;
	}
	#slider .slider_close_text{
		font-size: 2vh;
		height: 3vh;
	}
	#slider .slider_close svg {
		height: 3vh;
		width: 3vw;
	}
	#slider .progress_slider_wrapper{
		width: calc(100% - 6vw);
		height: 0.5vh;
		left: 3vw;
		bottom: 2vh;
	}
	#slider_mute_button {
		border-radius: 1vw;
		position: absolute;
		right: 2vw;
		bottom: 6vw;
		height: 6.5vw; width: 6.5vw;
	}
	#slider_mute_button svg {
		height: 6vw;
		width: 6vw;
	}
	#slider_replay_button {
		height: 13vw;
		width: 13vw;
	}
}
@media only screen and (max-device-height: 480px) and (orientation:landscape), only screen and (max-device-width: 480px) and (orientation:landscape){
	#slider.slider_wrapper {
		width: 44.44vw;
		height: 25vw;
	}
	#slider .slider_link {
		font-size: 2vw;
		left: 0px;
		top: -3vw;
		height: 3vw;
		line-height: 3vw;
		padding: 0vh 1vw;
	}
	#slider .slider_close{
		height: 3vw;
		padding: 0.5vw 1vw;
	}
	#slider.ucBrowser .slider_close{
		top: -3vw;
	}
	#slider .slider_close_text{
		font-size: 2vw;
		height: 3vw;
	}
	#slider .slider_close svg {
		height: 3vw;
		width: 3vh;
	}
	#slider .progress_slider_wrapper{
		width: calc(100% - 6vh);
		height: 0.5vw;
		left: 3vh;
		bottom: 2vw;
	}
	#slider_mute_button {
		border-radius: 1vh;
		position: absolute;
		right: 2vh;
		bottom: 6vh;
		height: 6.5vh; width: 6.5vh;
	}
	#slider_mute_button svg {
		height: 6vh;
		width: 6vh;
	}
	#slider_replay_button {
		height: 13vh;
		width: 13vh;
	}
}