body {
  font-family: sans-serif;
}

.slides {
  width: 70%;
  height: 200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

@media ( max-width : 1024px) {
	.slides {
  		width: 100%;
  		padding-top: 4vh;
	}
}

.slide {
  width: 100%;
  position: absolute;
}

.slide .image {
  display: inline-block;
}

.slides.group-1 {
  
}

.slides.group-2 {
  height: 330px;
}

.slides.group-3 {
  height: 200px;
}

.group-1 .image {
  width: 100%;
}

.group-2 .image {
  width: 50%;
}

.group-3 .image {
  width: 33%;
}

.slide img {
  width: 100%;
  height: auto;
}

.controls {
  color: #fff;
  clear: both;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.navigation a {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  display: inline-block;
  padding: 0.5em;
  background: #fff;
  background: rgba(255,255,255, .6);
  cursor: pointer;
}

.navigation .prev {
  left: 0;
}

.navigation .next {
  right: 0;
}

.pagination {
  position: absolute;
  bottom:0.5em;
  left: 0;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align:center;
  font-size: 0.8em;
}

.pagination li {
  display: inline-block;
  cursor: pointer;
  border-radius: 2em;
  width: 1em;
  height: 1em;
  padding: 0.5em;
  background: #ccc;
  margin: 0.25em;
}

#slides-holder {
	width: 60%; 
	text-align: center;
	position: absolute;
	right: 0;
}

@media ( max-width : 1024px) {
	#slides-holder {
		width: 100%; 
	}
}