.home .home-background-mask-2 .common-cta-1 .potenf {
    top: -100px;
    width: 320px;
}

@media (min-width: 768px) and (max-width: 899px) {
    .home .common-cta-1 img {
        transform: translateY(-15px);
    }
    
    .home .home-background-mask-2 .common-cta-1 .potenf {
        top: -24%;
        width: 180px;
    }

    .home .common-cta-1 .cta-content {
        transform: translateY(-85px);
    }
}

@media (min-width: 900px) and (max-width: 1099px) {
    .home .common-cta-1 img {
        transform: translateY(-40px);
    }

    .home .home-background-mask-2 .common-cta-1 .potenf {
        top: -17%;
        width: 285px;
    }

    .home .home-background-mask-2 .common-cta-1 .potenf {
        top: -17%;
        width: 275px;
    }

    .home .common-cta-1 .cta-content {
        transform: translateY(-82px);
    }
}

@media (min-width: 1100px) and (max-width: 1299px) {
    .home .common-cta-1 img {
        transform: translateY(-47px);
    }

    .home .common-cta-1 .cta-content {
        transform: translateY(-100px);
    }

    .home .home-background-mask-2 .common-cta-1 .potenf {
        top: -20%;
        width: 275px;
    }
}

@media (min-width: 1300px) and (max-width: 1499px) {
    .home .common-cta-1 img {
        transform: translateY(-50px);
    }

    .home .home-background-mask-2 .common-cta-1 .potenf {
        position: absolute;
        top: -18%;
        width: 320px;
    }
}

@media (min-width: 1500px) and (max-width: 1700px){
    .home .common-cta-1 img {
        transform: translateY(-55px);
    }

    .home .home-background-mask-2 .common-cta-1 .potenf {
        top: -20%;
        width: 275px;
    }

    .home .common-cta-1 .cta-content {
        transform: translateY(-20px);
    }
}

@media (min-width: 1701px) and (max-width: 1920px) {
    .home .common-cta-1 img {
        transform: translateY(-60px);
    }
}