@media only screen and (max-width: 991px), only screen and (max-device-width: 1180px) {
	.slider .button-prev {
		display: none !important;
		width: 40px !important;
		height: 45px !important;
		line-height: 40px !important;
				top: 55% !important;
	}
	
	.slider .button-next {
		display: none !important;
		width: 40px !important;
		height: 45px !important;
		line-height: 40px !important;
		top: 55% !important;
	}
	.slider {
		height: 71vh !important;
		min-height: 71vh !important;
	}
	.slider .main-slider {   
	   height: 50vh !important;
	}
	
	.bosluk3h3 {
		margin-top: -18rem !important;
	}
	
	
	

}