.banners-med{
    display: none;
}
@media (max-width: 730px) {
  .banners-med{display: block;
  align-content: center;}
}
ul {
  padding-left: 0;
  list-style: none;
}
	.example-1 {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.example-1 ul {
  overflow: hidden;
  margin: 0;
}
.example-1 ul li { float: left; }
.example-1 ul li img { width: 100%; }
.dots-2 {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 300px;
  margin: 0 0 0 -150px;
  padding: 0;
  text-align: center;
}
.dots-2 li {
  display: inline-block;
 *display: inline;
 *zoom: 1;
  width: 20px;
  height: 20px;
  margin: 0  5px;
  border-radius: 30%;
  background: #f4f4f4;
  cursor: pointer;
}
.dots-2 li:hover, .dots-2 li.active { background:#57748d; }
