/* Media Queries for custom slider */
@media screen and (max-width: 1000px) {

	.jpslitslider .sl-slider-wrapper {
		height: 300px;
		max-height:300px;
	}

	.text-container, .jpslitslider .title,
	.bcktoTop {
		display:none!important;
	}

	.jpslitslider .sl-slider p {
		font-size: 12px!important;
		display:none!important;

	}

}

@media screen and (max-width: 660px) {

	.jpslitslider .sl-slider-wrapper {
		height: 200px;
		max-height:200px;
	}

	.text-container, .title {
		display:none!important;
	}

	.jpslitslider .sl-slider p {
		font-size: 12px!important;
		display:none!important;

	}

}
