/* line 2, ../sass/horoscope-index.scss */
#podium {
  position: relative;
  margin: auto;
  width: 280px;
  height: 246px;
  background: transparent url("/assets/img/podium-horoscope.png") 0 0px no-repeat;
}
/* line 9, ../sass/horoscope-index.scss */
#podium .sign {
  display: block;
  position: absolute;
  text-align: center;
}
/* line 14, ../sass/horoscope-index.scss */
#podium .sign h4 {
  margin-bottom: 15px;
}
/* line 17, ../sass/horoscope-index.scss */
#podium .sign h4 a {
  color: #444;
}
/* line 23, ../sass/horoscope-index.scss */
#podium #sign1 {
  width: 100px;
  top: 0px;
  left: 89px;
}
/* line 28, ../sass/horoscope-index.scss */
#podium #sign1 h4 a {
  font-size: 1.45rem !important;
}
/* line 32, ../sass/horoscope-index.scss */
#podium #sign1 > div {
  width: 100px;
  height: 100px;
}
/* line 38, ../sass/horoscope-index.scss */
#podium #sign2 {
  width: 80px;
  top: 40px;
  left: 1px;
}
/* line 43, ../sass/horoscope-index.scss */
#podium #sign2 h4 a {
  font-size: 1.3rem !important;
}
/* line 47, ../sass/horoscope-index.scss */
#podium #sign2 > div {
  width: 80px;
  height: 80px;
}
/* line 53, ../sass/horoscope-index.scss */
#podium #sign3 {
  width: 70px;
  top: 69px;
  left: 202px;
}
/* line 58, ../sass/horoscope-index.scss */
#podium #sign3 h4 a {
  font-size: 1.15rem !important;
}
/* line 62, ../sass/horoscope-index.scss */
#podium #sign3 > div {
  width: 70px;
  height: 70px;
}

/* line 70, ../sass/horoscope-index.scss */
#love-compat {
  position: relative;
  width: 280px;
  height: 247px;
  background: transparent url("/assets/img/coeur-horoscope.png") 0 -15px no-repeat;
}
/* line 76, ../sass/horoscope-index.scss */
#love-compat h4 {
  font-family: "Archivo Narrow", sans-serif !important;
  text-align: center;
  color: #f2f2f2;
  position: absolute;
  top: 130px;
  width: 100%;
}
/* line 84, ../sass/horoscope-index.scss */
#love-compat h4:last-of-type {
  top: 150px;
}
/* line 89, ../sass/horoscope-index.scss */
#love-compat .love-sign {
  position: absolute;
  width: 120px;
  height: 120px;
  padding: 20px;
  text-align: center;
}
/* line 97, ../sass/horoscope-index.scss */
#love-compat #love-sign1 {
  top: 18px;
  left: 13px;
}
/* line 102, ../sass/horoscope-index.scss */
#love-compat #love-sign2 {
  top: 18px;
  left: 146px;
}
