#home-slider{
	position:relative;
	height:100vh;
	max-width:100%;
	max-height:100vh;
	overflow:hidden;
}
#home-slider-content{
	height:auto !important;
	max-height:100%;
}
#home-slider .tparrows{
	display:none;
}
#home-slider .tp-bullets{
	position:absolute;
	opacity:1 !important;
	background:#ffffff;
	width:34px;
	border-radius:16px;
	padding:9px;
	left:auto !important;
	right:20px !important;
	top:50% !important;
	bottom:auto !important;
	z-index:50;
}
#home-slider .tp-bullets .bullet{
	position:relative;
	float:none;
	background:#DADADA;
	width:16px;
	height:16px;
	border-radius:50%;
	margin:0;
	display:block;
	border:5px solid #ffffff;
}
#home-slider .tp-bullets .bullet.selected{
	background:#ffffff;
	border:3px solid red;
}
