/* line 1, assetic_compassS61uLV.scss */
.stage {
  background: url("/bundles/app/images/stage-background.png") no-repeat center center;
  background-size: contain;
  height: 450px;
}
/* line 6, assetic_compassS61uLV.scss */
.stage .backline {
  height: 120px;
  margin-top: 30px;
}
/* line 10, assetic_compassS61uLV.scss */
.stage .backline .instrument {
  height: 80px;
  margin-top: 20px;
  vertical-align: middle;
  display: flex;
  width: 15%;
  margin-right: 5%;
  float: left;
  align-items: center;
  border: 2px solid;
  text-align: center;
  border-radius: 25px;
  justify-content: center;
}
/* line 25, assetic_compassS61uLV.scss */
.stage .backline .left {
  margin-left: 2%;
}
/* line 29, assetic_compassS61uLV.scss */
.stage .backline .right-center, .stage .backline .right {
  width: 10%;
}
/* line 33, assetic_compassS61uLV.scss */
.stage .backline .right {
  margin-right: 0;
}
/* line 37, assetic_compassS61uLV.scss */
.stage .backline .eletric-2 {
  width: 10%;
  margin-right: 1.3% !important;
}
/* line 42, assetic_compassS61uLV.scss */
.stage .backline .eletric-solo {
  width: 15%;
  float: right;
  margin-right: 2%;
}
/* line 47, assetic_compassS61uLV.scss */
.stage .backline .unvisible {
  visibility: hidden;
}
/* line 52, assetic_compassS61uLV.scss */
.stage .frontline {
  height: 270px;
  display: flex;
  align-items: center;
}
/* line 57, assetic_compassS61uLV.scss */
.stage .frontline .vocal {
  width: 20%;
  margin-right: 8%;
  text-align: center;
  height: 120px;
  align-items: center;
  display: flex;
  float: left;
  justify-content: center;
  border: 2px solid;
  border-radius: 100%;
}
/* line 70, assetic_compassS61uLV.scss */
.stage .frontline .left {
  margin-left: 8%;
}
/* line 76, assetic_compassS61uLV.scss */
.stage .frontline-four .vocal {
  margin-right: 11%;
}
/* line 80, assetic_compassS61uLV.scss */
.stage .frontline-four .left {
  margin-left: 11%;
}

/* line 86, assetic_compassS61uLV.scss */
.position-label {
  font-size: 10px;
  width: 100%;
  text-transform: uppercase;
}

/* line 92, assetic_compassS61uLV.scss */
.position-name {
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
}

/* line 98, assetic_compassS61uLV.scss */
.row {
  margin: 0;
}

/* line 102, assetic_compassS61uLV.scss */
.stage-support {
  margin-top: 20px;
}

/* line 106, assetic_compassS61uLV.scss */
.foh {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid;
}

/* line 113, assetic_compassS61uLV.scss */
.foh .center, .stage-support .center {
  text-align: center;
}
/* line 116, assetic_compassS61uLV.scss */
.foh .right, .stage-support .right {
  text-align: right;
}

/* line 121, assetic_compassS61uLV.scss */
.service-name {
  margin-bottom: -20px;
}
