.vitra-select {
  width: 130px;
  height: 40px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
}

.float{
  position: fixed;
}

.float-top-left{
  top: 20px;
  left: 40px;
}

.float-bottom-left{
  bottom: 20px;
  left: 40px;
}

.float-bottom-right{
  top: 20px;
  right: 40px;
}

.float-bottom-left{
  bottom: 20px;
  left: 40px;
}
