*,
*:after,
*:before {
  box-sizing: border-box;
}

section {
  border-bottom: 0px solid;
}

.carousel {
  margin: 0px auto 10px auto;
  overflow: hidden;
  position: relative;
  width: 310px;
}

@media (min-width: 768px) {
  .carousel {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .carousel {
    width: 930px;
  }
}

.carousel:before,
.carousel:after {
  content: "";
  display: table;
}

.carousel:after {
  clear: both;
}

.slide {
 /* background: #333;
  border: 2px solid #fff;*/
  color: #fff;
  float: left;
  font-size: 20px;
/*  height: 300px;*/
  overflow:hidden;
  max-height:300px;
  line-height: 11;
  text-align: center;
  width: 310px;
}

.umpet {
	display:none;
}