* {
  box-sizing: border-box;
}

.body_sample {
  height: 100vh;
  overflow: hidden;
  background: #aaa;
  color: #000;
  font-family: "Playfair Display", cursive;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu_mat,.menu_proc {
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab;
  width: 100%;
  position: relative;
  z-index: 1
}
.menu_proc { 
	height: calc(100vh * 552/1080);
	bottom: calc(100vh * 40/1080);

} 
.menu_mat  { 
	height: 70vh 
}

.menu_mat:focus,.menu_proc:focus { outline: none; }

.menu_mat{
    top: 0;
}
	
.menu_mat.is-dragging,.menu_proc.is-dragging {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.menu_mat--wrapper,.menu_proc--wrapper {
  counter-reset: count;
  display: flex;
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}
.menu_mat--item,.menu_proc--item {
  counter-increment: count;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.menu_proc--item {
  width: calc(100vw * 940/1920);
}
.menu_mat--item{
  width: calc(100vw * 627/1920);
}

/*
.menu--item:nth-child(n+10):before {
  content: counter(count);
}*/

.menu_proc--item figure {
  position: absolute;
  z-index: 1;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  transform-origin: center;
}

.menu_mat--item figure{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
	z-index:1;
	  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-appearance: none;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  transform-origin: center;
}

.menu_mat--item figure img, .menu_proc--item figure img {
  z-index: 1;
/*  materials > height: 70%;
 -o-object-fit: cover;
     object-fit: cover;*/
  vertical-align: middle;
  transform-origin: center;
  margin-left: auto;
  margin-right: auto;
}


.menu_proc--item figure img {
  width: calc(100vw * 900/1920);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  
  height: 100%;
  object-fit: cover;
}

.menu_mat--item figure img {
  width: calc(100vw * 585/1920);
}

.menu_mat--item figure span, .menu_proc--item figure span {
    /*position: absolute;*/
    z-index: 1;
    width: 100%;
	/* bottom: 10%;*/
	font-family: "SuisseIntRegular";
	font-size: calc(100vw * 36/1920);
	padding:0;
	margin:0;
    text-align: center;
}



.menu_proc figure.show_arrows:before, .menu_proc figure.show_arrows:after {
  content: '';
  background:url('../images/process/arrow_right.svg');
  width: 20vw;
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;  
}
.menu_proc figure.show_arrows:before {
  left: -11vw;
  background-position: left center;
}
.menu_proc figure.show_arrows:after {
  background-position: right center;
  right: -11vw;
}

@media (max-width: 1024px) {

  .menu_mat{
	height: 60vh;
  }
  .menu_mat--item {
    width: 100%;
  }
  .menu_mat--item figure {
	  width: 90%
  }
   .menu_mat--item figure img {
    width: 80%;
  }
 
}
  
@media (max-width: 999px) {
  .menu_proc { 
	height: 60vh;
    width: 92vw;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
	bottom: 2vh;
  } 
  .menu_mat{
	height: 55vh;
  }
  .menu_mat--item {
    width: 100%;
  }
  .menu_proc--item {
    width: 100%;
  }
  
  .menu_proc--item figure {
	  width: 96%
  }
  
  .menu_mat--item figure {
	  width: 100%
  }
  
  .menu_proc figure.show_arrows:after,.menu_proc figure.show_arrows:before  {  
    display: none;
  }
  
  .menu_proc--wrapper:before,.menu_proc--wrapper:after{
	content: '';
	background:url('../images/process/arrow_right.svg');
	width: 45vw;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;  	  
  }
  .menu_proc--wrapper:before{
	left: -30vw;
  }
    .menu_proc--wrapper:after{
	right: -30vw;
  }
  

  .menu_mat--item figure span, .menu_proc--item figure span {
	top: 320px;
	font-size: calc(100vw * 20/375);
  }
	
  .menu_mat--item figure img {
    width: 70%;
  }
 
.menu_proc--item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	margin-left: 50%;
    transform: translateX(-50%);
 }
}
@media (max-width: 576px) {
  .menu_mat{
	height: 48vh;
  }	
  .menu_mat--item figure img {
    width: 80%;
  }
}
/*
.menu--item figure:before {
  position: absolute;
  z-index: 2;
  bottom: 1vw;
  left: 1vw;
  display: inline-block;
  content: "0" counter(count);
  color: #ffffff;
  font-size: 3vw;
}*/
/*
.version {
  display: inline-block;
  position: fixed;
  text-align: center;
  z-index: 1;
  text-decoration: none;
  background: #333;
  font-family: sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 10px;
  box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  top: -30px;
  right: -50px;
  bottom: auto;
  transform: rotate(45deg);
  transform-origin: 0% 100%;
  border-radius: 0;
  padding: 8px 30px;
  font-size: 11px;
}
.version:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100px;
  bottom: 0;
  right: 0%;
  background: transparent;
}
@media (max-width: 767px) {
  .version {
    transform: scale(0.6) rotate(45deg);
    right: -100px;
  }
}*/