.image-slider .slick-slide img{width: 100%; height: auto;}
.image-slider .slick-arrow{background: transparent; position: absolute; z-index: 2; cursor: pointer; border: 0; font-size: 80px; padding:0;}
.image-slider .slick-arrow .et-pb-icon{font-size:inherit;}
.image-slider .slick-prev{top: 40%; left: -80px;}
.image-slider .slick-next{top: 40%; right: -80px;}

.entry-content .image-slider ul.slick-dots{list-style: none; padding: 0; text-align: center; margin-top: 30px;}
.entry-content .image-slider ul.slick-dots li{display: inline-block; margin: 0 5px;}
.entry-content .image-slider ul.slick-dots li.slick-active{}
.entry-content .image-slider ul.slick-dots li.slick-active button{background: #000;}
.entry-content .image-slider ul.slick-dots li button{text-indent: -9999px; width: 16px; height: 16px; padding: 0; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border: 0; background: #aaa; cursor: pointer;}

@media screen and (max-width: 1191px){

}

@media screen and (max-width: 991px){
	.entry-content .image-slider ul.slick-dots{margin-top: 10px;}
	.entry-content .image-slider ul.slick-dots li button{width: 10px; height: 10px;}
}

@media screen and (max-width: 767px){
	.image-slider .slick-arrow{font-size: 60px;}
  	.image-slider .slick-prev{left: -60px;}
	.image-slider .slick-next{right: -60px;}
}

@media screen and (max-width: 575px){
	
}

@media screen and (max-width: 479px){
	.image-slider .slick-arrow{font-size: 30px;}
	.image-slider .slick-prev{left: -30px;}
	.image-slider .slick-next{right: -30px;}
}