.body-seal {
    width: 100%;
    height: 100%;
}

.image-containing {
    width: 300px;
    height: 450px;
    top: 13vh;
    left: 27vh;
    margin-left: auto;
    margin-right: auto;
}

.just-bubble {
    display: inline-block;
    width: 150px;
    border-radius: 100%;
    position: relative;
    top: -480px;
    left: 192px;
    cursor: pointer;
    background: radial-gradient(circle at 50% 55%, rgb(232 232 232 / 90%), rgba(240, 245, 255, 0.9) 40%, rgb(255 255 255 / 85%) 60%, rgb(89 89 255 / 25%));
}

p.b-words {
    font-family: 'Six Caps'; text-transform: uppercase; line-height: 1;
    font-weight: 100; 
}


}
.blue-bubble2 {
    top: -312px;
    left: 198px;
}
.blue-bubble3 {
    top: -420px;
    left: -54px;
}
.just-bubble:before {
    content: "";
    display: inline-block;
    padding-top: 100%;
}
.just-bubble:after {
    content: "";
    position: absolute;
    top: 5%;
    left: 10%;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-filter: blur(1px);
    z-index: 2;
    -webkit-transform: rotateZ(-30deg);
    display: block;
    background: radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0) 74%, white 80%, white 84%, rgba(255, 255, 255, 0) 100%);
}
.body-seal {
    position: relative;
}
.bubble-picture {
    height: 100%;
    border-radius: 10px;
    border: 2px solid #ffffff30;
    width: 100%;
}
.b-words {
    position: absolute;
    font-size: 2.3rem;
    text-align: center;

    top: 60px;
    left: 15px;
    opacity: 0.9;
    line-height: 1.9rem;
}
.bubble-words2 {
    top: 42px;
    left: 15px;
}
.bubble-words3 {
    top: 54px;
    left: 15px;
}
.web-bubble1 {
    width: 200px;
    top: -480px;
    left: -180px;
    border: 2px solid #ffffff38;
}
.web-bubble2 {
    width: 200px;
    top: -750px;
    left: 150px;
    border: 2px solid #ffffff38;
}
.web-bubble3 {
    width: 200px;
    top: -680px;
    left: 100px;
    border: 2px solid #ffffff38;
}
.web-bubble4 {
    width: 200px;
    top: -806px;
    left: -150px;
    border: 2px solid #ffffff38;
}
.bubble-words4 {
    top: 60px;
    left: 30px;
}
.bubble-words10 {
top: 66px;
    left: 58px;
}
.bubble-words5 {
    top: 72px;
    left: 10px;
}
.bubble-words6 {
    top: 70px;
    left: 55px;
    font-size: 2.3rem;
    line-height: 2.1rem;
}
.bubble-words7 {
    left: 9px;
}
.just-bubble.move {
    animation: ripple 4s ease-out infinite;
}
@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    20% {
        -webkit-transform: scaleY(0.95) scaleX(1.05);
        transform: scaleY(0.95) scaleX(1.05);
    }
    
    48% {
        -webkit-transform: scaleY(1.1) scaleX(0.9);
        transform: scaleY(1.1) scaleX(0.9);
    }
    
    68% {
        -webkit-transform: scaleY(0.98) scaleX(1.02);
        transform: scaleY(0.98) scaleX(1.02);
    }
    
    80% {
        -webkit-transform: scaleY(1.02) scaleX(0.98);
        transform: scaleY(1.02) scaleX(0.98);
    }
    
    97%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@media (max-width: 1024px) {
    .image-containing {
        width: 330px;
        height: 498px;
    }
    
    .blue-bubble {
        top: -485px;
        left: 220px;
    }
    
    .blue-bubble2 {
        top: -155px;
        left: 80px;
    }
    
    .blue-bubble3 {
        top: -265px;
        left: -140px;
    }
}