.esc-slider-holder {
  width: 1600px;
  height:600px;
}

.esc-slider {
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
}
.esc-slide {
  margin: 0 auto;
  max-width: 1600px;
}

.esc-slide_viewer {
  height: 540px;
  overflow: hidden;
  position: relative;
}

.esc-slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.esc-slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}
.esc-slide img{

   width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}

.esc-slide:first-child {
  display: block;
}

.esc-slide:nth-of-type(1) {
  background: #D7A151;
}

.esc-slide:nth-of-type(2) {
  background: #F4E4CD;
}

.esc-slide:nth-of-type(3) {
  background: #C75534;
}

.esc-slide:nth-of-type(4) {
  background: #D1D1D4;
}

.esc-slide_buttons {
  left: 0;
  position: relative;
  right: 0;
  text-align: center;
  bottom: 41px;
}

a.esc-slide_btn {
  color: #474544;
  font-size: 32px;
  margin: 0 0.175em;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  line-height: 12px;
}

.esc-slide_btn.active, .esc-slide_btn:hover {
  color: #428CC6;
  cursor: pointer;
}

.esc-directional_nav {
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
	top: -300px;
}

.esc-previous_btn {
  bottom: 0;
  left: 50px;
  margin: auto;
  position: absolute;
  top: 0;
}

.esc-next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 50px;
  top: 0;
}

.esc-previous_btn, .esc-next_btn {
  cursor: pointer;
  height: 65px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.esc-previous_btn:hover, .esc-next_btn:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
	

	.esc-slider-holder {
  width: 767px;
  height:380px;
}
  
  .esc-slider {
  margin: 0 auto;
  max-width: 767px;
}

.esc-slide_viewer {
  height: 340px;
  overflow: hidden;
  position: relative;
}
  
  .esc-directional_nav {
	  display: none;
  margin: 0 auto;
  max-width: 767px;
  position: relative;
  top: -170px;
}
	
	
  .esc-previous_btn {
    left: 50px;
  }
  .esc-next_btn {
    right: 50px;
  }
}
