#assembly-slider {
    width: 100%;
    min-height: 400px;
    position: relative;
    overflow: hidden;
}

#assembly-slider .more-link {
display:none;
}

#le {
    position: absolute;
    z-index: 1;
    width: 80px;
    left: calc(50% - 40px);
    bottom: 0px;
    opacity: 0.2;
}

#le img {
width:100%;
height:auto;
}

.grayback {
position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
}

#slidecont {
    font-size: 0;
    height: 100%;
    position: absolute;
    left: 0;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    width: 100%;
}

.slide {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: inline-block;
transform:scale(1);
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
opacity:0;
}

.slide .button {
    position: absolute;
    right: 0;
    top: 10px;
    opacity:0;
}

.layer:hover > .wrapper .padding .button {
opacity:1;
} 

.slide:nth-child(1) {
opacity:1;
}

.action-in {
  -webkit-animation: SlideIn 2s both ease;
  -moz-animation: SlideIn 2s both ease;
  -ms-animation: SlideIn 2s both ease;
  -o-animation: SlideIn 2s both ease;
  animation: SlideIn 2s both ease;
z-index: 20 !important;
}

.action-out {
  -webkit-animation: SlideOut 2s both ease;
  -moz-animation: SlideOut 2s both ease;
  -ms-animation: SlideOut 2s both ease;
  -o-animation: SlideOut 2s both ease;
  animation: SlideOut 2s both ease;
  z-index:10;
}

@keyframes SlideIn {
  0% { opacity:0;transform:scale(1.0); }
  100% { opacity:1;transform:scale(1); }
}

@-webkit-keyframes SlideIn {
  0% { opacity:0;-webkit-transform:scale(1.0); }
  100% { opacity:1;-webkit-transform:scale(1); }
}

@-moz-keyframes SlideIn {
  0% { opacity:0;-moz-transform:scale(1.0); }
  100% { opacity:1;-moz-transform:scale(1); }
}

@-ms-keyframes SlideIn {
  0% { opacity:0;-ms-transform:scale(1.0); }
  100% { opacity:1;-ms-transform:scale(1); }
}

@-o-keyframes SlideIn {
  0% { opacity:0;-o-transform:scale(1.0); }
  100% { opacity:1;-o-transform:scale(1); }
}

@keyframes SlideOut {
  0% { opacity:1;transform:scale(1); }
  100% { opacity:1;transform:scale(1.0); }
}

@-webkit-keyframes SlideOut {
  0% { opacity:1;-webkit-transform:scale(1); }
  100% { opacity:1;-webkit-transform:scale(1.0); }
}

@-moz-keyframes SlideOut {
  0% { opacity:1;-moz-transform:scale(1); }
  100% { opacity:1;-moz-transform:scale(1.0); }
}

@-ms-keyframes SlideOut {
  0% { opacity:1;-ms-transform:scale(1); }
  100% { opacity:1;-ms-transform:scale(1.0); }
}

@-o-keyframes SlideOut {
  0% { opacity:1;-o-transform:scale(1); }
  100% { opacity:1;-o-transform:scale(1.0); }
}

.backtext {
    position: absolute;
    font-size: 17vw;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: white;
    opacity: 0.2;
    top: 12%;
    left: 3%;
    line-height: 0;
  	transition: all 13300ms ease;
	-webkit-transition: all 13300ms ease;
	-moz-transition: all 13300ms ease;
	-ms-transition: all 13300ms ease;
	-o-transition: all 13300ms ease;
transform:translateX(-100px);	
-webkit-transform:translateX(-100px);	
-moz-transform:translateX(-100px);	
-ms-transform:translateX(-100px);	
-o-transform:translateX(-100px);	
}

.action-in .backtext {
transform:translateX(0px);
-webkit-transform:translateX(0px);
-moz-transform:translateX(0px);
-ms-transform:translateX(0px);
-o-transform:translateX(0px);
}

.layer {
position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  height:100%;
background-size: cover;
    background-position: center right;
  perspective:1000px;
}


.backlayer img {
min-width:100%;
height:auto;
}

.textlayer {
top:50%;
  position: absolute;
  height: auto;
  width: 100%;
  	transition: all 3300ms ease;
	-webkit-transition: all 3300ms ease;
	-moz-transition: all 3300ms ease;
	-ms-transition: all 3300ms ease;
	-o-transition: all 3300ms ease;
opacity:0;
transform:translateZ(0px) translateY(-50%);
-webkit-transform:translateZ(0px) translateY(-50%);
-moz-transform:translateZ(0px) translateY(-50%);
-ms-transform:translateZ(0px) translateY(-50%);
-o-transform:translateZ(0px) translateY(-50%);
}

.slidetitle {
    font-size: 62px;
    color: #fff;
    margin: 5px 0 10px 5%;
    text-align: left;
    line-height: 1.1em;
    max-width: 940px;
    font-weight: 700;
    letter-spacing: -0.03em; 
}

.slidecontent {
    font-size: 21px;
    color: #fff;
    width: 100%;
    margin-left:5%;
}

.slidecontent a {
background-color: #dba80f;
    color: #111;
    display: block;
    padding: 18px 30px;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    min-width: 122px;
}

.slidecontent a:hover {
    background-color: #fff;
}

.slidein {
opacity:1;
transform:translateZ(0) translateY(-50%);
-webkit-transform:translateZ(0) translateY(-50%);
-moz-transform:translateZ(0) translateY(-50%);
-ms-transform:translateZ(0) translateY(-50%);
-o-transform:translateZ(0) translateY(-50%);
}

.textlayer img {
width:100%;
height:auto;
}

.editslide {
font-size: 9px;
  position: absolute;
  top: 2px;
}

.editslide a {
color:#ccc;
}

#prev, #next {
  opacity: 0.1;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-size: 30%;
  background-image: url(arrow.png);
  cursor: pointer;
  position: absolute;
  z-index: 20;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  bottom:calc(50% - 20px);
  }
  
#assembly-slider:hover > #prev {
opacity:1;
left:20px;
}

#assembly-slider:hover > #next {
opacity:1;
right:20px;
}

#prev {
  display: none;
  left: -50px;
    transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

#next {
  right: -50px;
  transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
    transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

#next:hover, #prev:hover {
background-color: rgba(0,0,0,0.3);
  opacity: 1;
}

#progressbar {
overflow: hidden;
  width: 0%;
  position: absolute;
  bottom: 0px;
  background-color: #FFF;
height: 5px;
    opacity: 0.2;
}

@media screen and (max-width: 1400px) {
.slidecontent {

}
      
}


@media screen and (max-width: 800px) {
.slidetitle {
font-size:7vw;
}
}

@media screen and (max-width: 500px) {


.slidetitle {
font-size:36px;
}

.slidecontent {
font-size:18px;
}

#prev, #next {
bottom:25px;
opacity:0.9;
}

}