#think1 {
    position: absolute;
    top: 23%;
    left: 4%;
}

#think2 {
    position: absolute;
    top: 54%;
    left: 52%;
}

#think3 {
    position: absolute;
    top: 21.5%;
    left: 73.5%;
}

#think4 {
    position: absolute;
    top: 26%;
    left: 62%;
}

#heart1 {
    position: absolute;
    top: 23%;
    left: 4%;
}

#heart2 {
    position: absolute;
    top: 44.5%;
    left: 51%;
}

#heart3 {
    position: absolute;
    top: 23.5%;
    left: 69.5%;
}

#heart4 {
    position: absolute;
    top: 28.2%;
    left: 58.5%;
}

#nube1 {
    position: absolute;
    top: 19.5%;
    left: 2.3%;
}

#nube2 {
    position: absolute;
    top: 42.5%;
    left: 51.5%;
}

#nube3 {
    position: absolute;
    top: 20.5%;
    left: 72%;
}

#nube4 {
    position: absolute;
    top: 24%;
    left: 61%;
}

.thinkText, .heartText, .nubeText {
    opacity: 0;
    position: absolute;
    color: black;
    font-family: 'FuturaBT-Book';
    font-weight: 400;
    font-size: 12.4pt;
    line-height: 13pt;
    
    transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition-delay: 0.5s;
}

.heartSelText, .nubeSelText {
    position: absolute;
    color: black;
    font-family: 'FuturaBT-Book';
    font-weight: 400;
    font-size: 11pt;
    line-height: 15px;    
}

#thinkText1 {
    left: 10%;
    top: 7%;
    font-size: 11pt;
    font-weight: 400;
}

#thinkText2 {
    left: 61%;
    top: 17%;
    font-size: 11pt;
    font-weight: 400;
}

#thinkText3 {
    left: 29%;
    top: 7%;
    font-size: 11pt;
    font-weight: 400;
}

#thinkText4 {
    left: 49%;
    top: 10%;
    font-size: 11pt;
    font-weight: 400;
}

#heartText1 {
    left: 24%;
    top: 14%;
    font-size: 11pt;
    font-weight: 400;
}

#heartText2 {
    left: 68%;
    top: 17%;
    font-size: 11pt;
    font-weight: 400;
}

#heartText3 {
    left: 45%;
    top: 17%;
    font-size: 11pt;
    font-weight: 400;
}

#heartText4 {
    left: 59%;
    top: 16%;
    font-size: 11pt;
    font-weight: 400;
}

#heartOptions1 {
    left: 24%;
    top: 22%;
}

#heartOptions2 {
    left: 68.5%;
    top: 26%;
}

#heartOptions3 {
    left: 45%;
    top: 25%;
}

#heartOptions4 {
    left: 59%;
    top: 24%;
    width: 100px;
}

#nubeText1 {
    left: 30%;
    top: 17%;
    font-size: 11pt;
    font-weight: 400;
}

#nubeText2 {
    left: 63%;
    top: 16%;
    font-size: 11pt;
    font-weight: 400;
}

#nubeText3 {
    left: 35%;
    top: 13%;
    font-size: 11pt;
    font-weight: 400;
}

#nubeText4 {
    left: 54%;
    top: 14.5%;
    font-size: 11pt;
    font-weight: 400;
}

#nubeOptions1 {
    left: 20%;
    top: 26%;
    width: 136px;
}

#nubeOptions2 {
    left: 56%;
    top: 27%;
    width: 136px;    
}

#nubeOptions3 {
    left: 24%;
    top: 22%;
    width: 136px;
    line-height: 13px !important;
}

#nubeOptions4 {
    left: 46%;
    top: 24%;
    width: 136px;    
}

.bubbleScaleIn {
    -webkit-transform : scale(1);
    -moz-transform    : scale(1);
    -ms-transform     : scale(1);
    -o-transform      : scale(1);
    transform         : scale(1);

    animation: main 0.5s;
    transform-origin: 100% 50%;
}

@keyframes main {
  0% {
      transform: scale(0);
      opacity: 0;
  }
  100% {
      transform: scale(1);
      opacity: 1;
  }
}

.right {
    right: 0;
}

.right2 {
    right: 3%;
}

.left {
    left: 4%;
}

.left2 {
    left: 1%;
    top: 17% !important;    
}