@media (max-width: 767px) {

	/*BANNER*/

	.btn__wrapper {
		width: 85%;
	}

	.btn__wrapper a {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}

	.btn__wrapper a:first-of-type {
		margin-bottom: 0.5em;
	}

}


@media (min-width : 768px) {

	/*BANNER*/

	.bdt-prime-slider-skin-general .bdt-prime-slider-wrapper {
		padding-left: 30px !important;
	}

	.slide_title {
		margin-bottom: 3.5em;
	}

	.btn__wrapper a:first-of-type {
		margin-right: 1em;
	}

}


@media (min-width : 1024px) {

	/*SLIDER */

	.uc_image_carousel_container_holder {
		max-width: 100%;
	}

	.owl-nav .owl-prev:before{
		left:-40px;
	}

	.owl-nav .owl-next:after{
		right:-40px;
	}


}
