 
.wrapper {
  overflow-x: hidden;
  position: relative;
}
 
.sc-container {
  display: flex;
  width: 220vw;
  overflow:hidden;
}
 
 
.sc-container section {
  width: 100vw;
 padding: 10vw 4vw;
}
 
 .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;
 }