#think1 {
    position: absolute;
    top: 33%;
    left: 63%;
}

#think2 {
    position: absolute;
    top: 23%;
    left: 56%;
}

#think3 {
    position: absolute;
    top: 24.5%;
    left: 3.5%;
}

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

#heart1 {
    position: absolute;
    top: 29%;
    left: 55%;
}

#heart2 {
    position: absolute;
    top: 22%;
    left: 57%;
}

#heart3 {
    position: absolute;
    top: 21%;
    left: 3%;
}

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

#nube1 {
    position: absolute;
    top: 37.5%;
    left: 61.3%;
}

#nube2 {
    position: absolute;
    top: 18.5%;
    left: 57%;
}

#nube3 {
    position: absolute;
    top: 22%;
    left: 3%;
}

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

.thinkText, .heartText, .nubeText {
    opacity: 0;
    position: absolute;
    color: black;
    font-family: 'FuturaBT-Book';
    font-weight: 400;
    font-size: 13pt;
    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: 47%;
    top: 10%;
    font-size: 11pt;
    font-weight: 400;
}

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

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

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

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

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

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

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

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

#heartOptions2 {
    left: 62%;
    top: 29%;
}

#heartOptions3 {
    left: 17%;
    top: 26%;
}

#heartOptions4 {
    left: 62%;
    top: 25%;
}

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

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

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

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

#nubeOptions1 {
    left: 41%;
    top: 28%;
    width: 162px;
    font-size: 10.5pt;
}

#nubeOptions2 {
    left: 48%;
    top: 35%;
    width: 136px;    
}

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

#nubeOptions4 {
    left: 43.5%;
    top: 27%;
    width: 164px;    
    font-size: 10.5pt;
    line-height: 14px;
}

.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;    
}