.orbit-caption {
	position: absolute;
	display: block;
	padding: 10px!important;
	top: 100px;
	left: 10%;
	width: 60%;
	height: 250px;
	background: transparent!important;
	
	
}

.orbit-bullets {
     position: relative; 
     margin-top: -60px!important; 
	 margin-left: 120px!important;
     margin-bottom: 0rem!important; 
     text-align: center!important;
	 height: 30px; 
	 float: left;
	background-color: rgba(204,204,204, 0.7);
	border-radius: 1000px;
	padding-right:24px;
	padding-left:24px;
	
}



@media screen and (min-width:700px) and (max-width: 820px) {
	.orbit-caption {
		top: 16px!important;
		height: 230px!important; 
		width: 100%!important;
		left: 0!important;
	}
	.orbit-caption h3 {
		padding: 0!important;
		line-height: 40px!important;	
	}
}


@media screen and (min-width:821px) and (max-width: 1039px) {
	.orbit-caption {
		top: 60px!important;
		height: 230px!important; 
		width: 100%!important;
		left: 0!important;
	}
	.orbit-caption h3 {
		padding: 0!important;
		line-height: 40px!important;	
	}
}

@media screen and (min-width: 420px) and (max-width: 440px) {
	
	.orbit-caption {
	    top: 10px!important;
	    bottom: 20px!important;
	    width: 100%!important;
		height: 220px;
	    left: 0%!important;
	    padding-right: 80px!important;
	    padding-left: 80px!important;
	}
	.orbit-caption h3{
	  font-size: 26px!important;
	  font-weight: 400!important;
	  padding: 0px!important;
	  line-height: 30px!important;
	 }
	
}

/* pad devices */
@media screen and (min-width: 441px) and (max-width: 699px) {
	
	.orbit-caption {
	    top: 30px!important;
	    bottom: 20px!important;
	    width: 100%!important;
		height: 230px;
	    left: 0%!important;
	    padding-right: 80px!important;
	    padding-left: 80px!important;
	}
	.orbit-caption h3{
	  font-size: 28px!important;
	  font-weight: 400!important;
	  padding: 0px!important;
	  line-height: 34px!important;
	 }
}

@media screen and (max-width: 420px) {
	.orbit-caption{
		top: 10px!important;
		bottom: 30px!important;
		width: 100%!important;
		height: 24%!important;
		left: 0%!important;
		padding-right:5px!important;
		padding-left: 5px!important;
		
	}
}

