.graph-card{

  height:300px;

  overflow:hidden;

  padding:18px;
}

.graph-wrapper{

  width:100%;
  height:100%;

  overflow:hidden;

  position:relative;
}

.graph-slider{

  display:flex;

  width:100%;
  height:100%;

  transition:.35s ease;
}

.graph-page{

  min-width:100%;
  height:100%;

  flex-shrink:0;

  display:flex;
  flex-direction:column;
}

.graph-title{

  text-align:center;

  font-size:15px;
  font-weight:700;

  margin-bottom:8px;

  opacity:.9;
}

#graphUpper,
#graphLower{

  width:100%;
  flex:1;

  display:block;
}

.graph-wrapper{

  touch-action:pan-y;

  -webkit-overflow-scrolling:touch;
}

.graph-slider{

  will-change:transform;
}