@media only screen and (max-width: 767px){
	
	.AyetImg img, .sliderImg{
		height: auto;
	}
}

@media only screen and (min-width: 767px){
	.table-responsive{
		display: table !important;
	}

}

@media only screen and (max-width: 1023px) and (min-width: 768px){
	
}