.content_container {

  margin-top: 10px;

  padding-top: 32px;

  padding-bottom: 132px;

  box-sizing: border-box;

  background: rgba(255, 0, 0, 0.5);

}

.content_container_2 {

  padding-bottom: 132px;

  box-sizing: border-box;

  background: rgba(0, 0, 255, 0.5);

  width: 100%;

  height: 800px;

  position: absolute;

  top: 42px;

}

.mover{

  touch-action: none;

  -ms-touch-action: none;

}

.hidden_content {

  position: relative;

  width: 100%;

  height: 2px;

}

.hidden_content_2 {

  position: relative;

  width: 99.9%;

  height: 862px;

