.right{
  position: fixed;
  /* width: 50px; */
  right: 5px;
  top: 50%;
  display: none;
  align-items: center;
  color: #666;
  background-color: white;
  border-radius: 5px;
  padding: 0px 5px;
}
.right img{
  width: 40px
}

.right1{
  position: fixed;
  /* width: 50px; */
  right: 0;
  top: 50%;
}
.right1 img{
  width: 50px
}
/* .right  */