.slider {
  margin: 0 auto;
   max-width: 100vw;
}

.slide_viewer {
  height: 80vh;
  overflow: hidden;
  position: relative;
}

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

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
	
}

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

.slide:nth-of-type(1) {
  background-image: url("img/bg_01.JPG?80172489074");
	    background-size:  100%;
  padding-top: 3%;
  padding-bottom: 3%;
}

.slide:nth-of-type(2) {
  background-image: url("img/bg_02.JPG?80172489074");
		    background-size:  100%;
  padding-top: 3%;
  padding-bottom: 3%;
}

.slide:nth-of-type(3) {
background-image: url("img/bg_03.JPG?80172489074");
		    background-size: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
}

.slide:nth-of-type(4) {
background-image: url("img/bg_04.JPG?80172489074");
		    background-size:  100%;
  padding-top: 3%;
  padding-bottom: 3%;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -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;
}

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

.directional_nav {
  height: 340px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: -340px;
}

.previous_btn {
  bottom: 0;
  left: 100px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 100px;
  top: 0;
}

.previous_btn, .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;
}

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

/*@media only screen and (max-width: 767px) */
@media only screen and (max-width: 912px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
.slide:nth-of-type(1) {
  background-image: url("img/bg_01.JPG?80172489074");
	    background-size: auto 100%;
  padding-top: 3%;
  padding-bottom: 3%;
}	
	.slide:nth-of-type(2) {
  background-image: url("img/bg_02.JPG?80172489074");
	    background-size: auto 100%;
  padding-top: 3%;
  padding-bottom: 3%;
}	
	.slide:nth-of-type(3) {
  background-image: url("img/bg_03.JPG?80172489074");
	    background-size: auto 100%;
  padding-top: 3%;
  padding-bottom: 3%;
}	
	.slide:nth-of-type(4) {
  background-image: url("img/bg_04.JPG?80172489074");
	    background-size: 100% 100%;
  padding-top: 3%;
  padding-bottom: 3%;
}	
@media only screen and (max-height: 600px) {

.slide:nth-of-type(1) {
  background-image: url("img/bg_01.JPG?80172489074");
	    background-size: 100% auto;
  padding-top: 3%;
  padding-bottom: 3%;
}	
	.slide:nth-of-type(2) {
  background-image: url("img/bg_02.JPG?80172489074");
	    background-size: 100% auto;
  padding-top: 3%;
  padding-bottom: 3%;
}	
	.slide:nth-of-type(3) {
  background-image: url("img/bg_03.JPG?80172489074");
	    background-size: 100% auto;
  padding-top: 3%;
  padding-bottom: 3%;
}	
	.slide:nth-of-type(4) {
  background-image: url("img/bg_04.JPG?80172489074");
	    background-size: 100% auto;
  padding-top: 3%;
  padding-bottom: 3%;
}	
	
	
}