
/*This slider is very fragile and works on most if not all mobile devices */
/* If you wish to edit anything inside it please contact me, it's best this way to make sure integrity remains*/

.next-but-swipe{
	padding-right:20px;
	position:relative;
	z-index:90;
	float:right;
	margin-top:-100px;
	opacity:0.5;
}

.prev-but-swipe{
	padding-left:20px;
	position:relative;
	z-index:90;
	float:left;
	margin-top:-100px;
	opacity:0.5;
}


@media screen and (min-width: 400px){
	.next-but-swipe{margin-top:-130px!important;}
	.prev-but-swipe{margin-top:-130px!important;}
}

.swipe-img{
	max-width:100%!important;
	display:block!important;
}


.swipe li div, .swipe div div div {
	padding:3px;
	border:solid 1px #242427;
  	background:#27282c;
  	font-weight:bold;
  	color:#fff;
  	font-size:20px;
  	text-align:center;
}

.swipe-text{
	color:#FFFFFF!important;
	position:relative;
	padding-bottom:3px;
	padding-top:4px;
	z-index:9999;
	background-color: rgba(0, 0, 0, 0.6);
	margin-top:-24px;
	font-size:12px;
	font-weight:400;
}