.background__container {
    position: fixed;
    /* background-color: #3F8CB6; */
    top: 0;
    width: 100%;
    height: 93vh;
    overflow: hidden;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.background__container .background {
    width: 100%;
    height: 728px;
}

.capsula-img {
    position: absolute;
}

.capsula-img:nth-child(1) {
    left: 333px;
    top: 76px;
    width: 152px;
    height: 80px;
    transform: scale(0.9);
}

.capsula-img:nth-child(2) {
    width: 145px;
    height: 87px;
    top: 197px;
    left: 5px;
    transform: scale(0.9);
}

.capsula-img:nth-child(3) {
    z-index: 999;
    top: 450px;
    left: 31px;
    width: 93px;
    height: 67px;
    transform: scale(0.9);
}

.capsula-img:nth-child(4) {
    z-index: 999;
    top: 71%;
    left: 31px;
    width: 102px;
    height: 102px;
    transform: scale(0.9);
}

.capsula-img:nth-child(5) {
    z-index: 999;
    bottom: 0;
    left: 25px;
    width: 130px;
    height: 72px;
}

.capsula-img.animate-move {
    animation: animate-move-svg 2s forwards;
}

.capsula-img.animate {
    animation: zoomsvgs 2s forwards;
}

@keyframes zoomsvgs {
    to {
        transform: scale(1);
    }
}

@keyframes animate-move-svg {
    to {
        transform: translateX(20px);
    }
}

.home-jermachap {
    position: absolute;
    top: 150px;
    width: 226px;
    height: 332px;
    right: 0;
}

.professions-farendascope {
    position: absolute;
    width: 310px;
    height: 527px;
    right: -60px;
    top: 100px;
}

.professions-sprich {
    position: absolute;
    width: 267px;
    height: 581px;
    right: -10px;
    bottom: -200px;
}

@media (max-width: 640px) {
    .background__container .background {
        object-fit: cover;
    }
    .home-jermachap {
        display: none;
    }

    .capsula-img:nth-child(1), .capsula-img:nth-child(4), .capsula-img:nth-child(3) {
        display: none;
    }

    .home-jermachap {
        display: none;
    }
}
