* {
  scrollbar-width: none;
}

.scroll{
  width : 40px;
  height: 100vh;
  position: fixed;
  right: 0;
/*  background: url('../images/bubble.png') repeat-y;*/
  background-position: center;
  background-size: 90%;
  z-index: 99999;
}

.scroll > div{
  width : 40px;
}

.initscroll{
  transition: all 1s;
}

#scrollhead{
  bottom: 0;
  position: absolute;
  height: 60px;
  background-color: blue;
  background: url("../images/coptershyguy2_2.gif");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

#scrollpic{
  bottom: 0;
  position: absolute;
/*  background: url("../images/neckAlolan.png") repeat-y;*/
  background-size: 100%;
  background-position: center;
}

/*#magikscroll*/