.ch-slidersimple .ch-gallery {
	width: 100%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  background-color: #333;
}

.ch-slidersimple.logos .ch-gallery {
	padding-top: 100%;
}
	
.ch-slidersimple .gallery-panel {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.ch-sliderinfo .slide-panel {
	opacity: 0;
  z-index: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.ch-bullets li.active {
	background: #333;
}

.ch-slidersimple.logos .gallery-panel a {
	width: 100%;
}

.ch-slidersimple.logos .gallery-panel a img{
	margin: 0px auto;
  display: block;
}

.ch-slidersimple.logos .gallery-panel:before {
  content: none;
}

.ch-sliderinfo .slide-panel.active,
.ch-slidersimple .gallery-panel.active {
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}

.ch-slidersimple .gallery-panel:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.2);
  z-index: 1;
}

.ch-slidersimple .header-title-holder h1 {
	color: #FFF;
}

@media (min-width: 500px) {
	.ch-slidersimple .ch-gallery {
    padding-top: 50%;
  }
  .ch-slidersimple.logos .ch-gallery {
    padding-top: 100%;
  }
}
@media (min-width: 768px) {
  .ch-slidersimple .ch-gallery {
    padding-top: 36%;
  }
  .ch-slidersimple.logos .ch-gallery {
    padding-top: 100%;
  }
}
@media (min-width: 992px) {
	.ch-slidersimple .ch-gallery {
    padding-top: 22%;
  }
  .ch-slidersimple.logos .ch-gallery {
    padding-top: 100%;
  }
}