 
.wrapper {
  overflow-x: hidden;
  position: relative;
}
 
.sc-container {
  display: flex;
  width: 220vw; 
  overflow:hidden;
  padding-top:7vw;
}
 
 
.sc-container section {
  width: 35vw;
  /*padding: 0 1vw;*/
  display:flex;
  justify-content: center;
  border-left:1px solid var(--black);
  
}
 
 .sc-container section {
  /*height: 100vh;*/
}
 
 .merid-marker-scroller-start, .merid-marker-scroller-end, .merid-marker-start, .merid-marker-end{
 display:none !important;
 text-indent:-999999999px  !important;
 font-size:0  !important;
 }
 
 @media only screen and (max-width: 640px) {
 
 .sc-container section {
 	  width: 220vw; 
	 
}
 
 
 
 }