
@media only screen and (min-width:768px) and (max-width:979px) {
.slick-dots {
	display: none !important;
}
.homeslider .slider-for img {
	width: auto;
}
}

@media only screen and (max-width:767px) {
.caption {
	display: none;
}
.homeslider .slider-for img {
	width: auto;
}
.sliderlink > div {
	margin-bottom: 15px;
}
}
