button.slick-next { right: 5%; top: 180px;  display: block; width: 80px; height: 80px; background-image:  url('/upload/products/business_security_systems/next.svg');  background-position: center center;  background-repeat: no-repeat; background-size: 100% auto; opacity: 1.0; z-index: 500; font-size: 0px; }
button.slick-next:hover { right: 5%; top: 180px;  display: block; width: 80px; height: 80px; opacity: 1.0; z-index: 5000000; background-image:  url('/upload/products/business_security_systems/next.svg');  background-position: center center;  background-repeat: no-repeat; background-size: 100% auto; }

button.slick-next::before { display: none;   content: ''; }

button.slick-prev { left: 5%; top: 180px;  display: block; width: 80px; height:80px; background-image:  url('/upload/products/business_security_systems/prev.svg');  background-position: center center;  background-repeat: no-repeat; background-size: 100% auto; opacity: 1.0; z-index: 500; font-size: 0px; }
button.slick-prev:hover { left: 5%; top: 180px;  display: block; width: 80px; height: 80px; opacity: 1.0; z-index: 5000000; background-image:  url('/upload/products/business_security_systems/prev.svg');  background-position: center center;  background-repeat: no-repeat; background-size: 100% auto; }

button.slick-prev::before { display: none;   content: ''; }

@media only screen and (max-width: 992px) { 
button.slick-next, button.slick-prev, button.slick-next:hover , button.slick-prev:hover  { width: 80px; height: 80px;  top: 170px;   background-position: center center;  }
}

@media only screen and (max-width:700px) { 
button.slick-next, button.slick-prev, button.slick-next:hover , button.slick-prev:hover  { width: 60px; height: 60px;  top: 170px;   background-position: center center;  }
}

@media only screen and (max-width:500px) { 
button.slick-next, button.slick-prev, button.slick-next:hover , button.slick-prev:hover  { width: 40px; height: 40px;  top: 170px;   background-position: center center;  }
}