.view-wrapper {
  position: relative;
}

.star {
  position: absolute;
}

.star.opacity-fade {
  opacity: 0.75;
}

.index .star .icon {
  width: 0.8rem;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.index .star .btn {
  position: absolute;
  box-sizing: border-box;
  padding: 0.14rem 0.24rem;
  border-radius: 10px;
  border: 2px solid rgba(6, 240, 230, 1);
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 0 15px rgba(6, 240, 230, 1);
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 950px) {
  /*.star .icon {*/
  /*  width: 55px;*/
  /*}*/

  /*.star .btn {*/
  /*  padding: 12px 20px;*/
  /*}*/
}

.index .star.star-1 {
  top: 8%;
  left: 36.5%;
}

.index .star.star-1 .btn {
  right: 75%;
  top: 100%;
}

.index .star.star-2 {
  top: 21%;
  left: 44%;
}

.index .star.star-2 .btn {
  right: 0;
  top: 100%;
}

.index .star.star-3 {
  top: 47%;
  left: 28%;
}

.index .star.star-3 .btn {
  left: 100%;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.index .star.star-4 {
  top: 56%;
  left: 46%;
}

.index .star.star-4 .btn {
  right: 0;
  top: 100%;
}
