.as-statue-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    overflow: hidden;
}

.as-statue {
    position: absolute;
    opacity: 0;
    transition: all 1s ease;
}

.as-statue.visible {
    opacity: 1;
}

.as-statue.left {
    left: -200px;
    transform: translateX(0);
}

.as-statue.bottom {
    bottom: -200px;
}

.as-statue.right {
    right: -200px;
    transform: translateX(0);
}

.as-statue.left.first {
    top: 3%;
    max-width: 190px !important;
}

.as-statue.left.second {
    bottom: -6%;
    max-width: 335px !important;
}

.as-statue.bottom.first {
    left: 23%;
    max-width: 337px !important;
}

.as-statue.bottom.second {
    left: 48%;
    max-width: 465px !important;
}

.as-statue.right.first {
    top: 9%;
    max-width: 235px !important;
}

.as-statue.right.second {
    bottom: 0;
    max-width: 290px !important;
}

.as-statue.visible.left.first {
    left: -1%;
}

.as-statue.visible.left.second {
    left: 0;
}

.as-statue.visible.bottom.first {
    bottom: -2%;
}

.as-statue.visible.bottom.second {
    bottom: -8%;
}

.as-statue.visible.right.first {
    right: 0;
}

.as-statue.visible.right.second {
    right: 0;
}

@media screen and (max-width: 1279px) {
    .as-statue.left.first {
        top: 3%;
        max-width: 140px !important;
    }

    .as-statue.left.second {
        bottom: -6%;
        max-width: 270px !important;
    }

    .as-statue.bottom.first {
        left: 25%;
        max-width: 270px !important;
    }

    .as-statue.bottom.second {
        left: 47%;
        max-width: 378px !important;
    }

    .as-statue.right.first {
        top: 20%;
        max-width: 170px !important;
    }

    .as-statue.right.second {
        bottom: 0;
        max-width: 180px !important;
    }

    .as-statue.visible.left.first {
        left: -1%;
    }

    .as-statue.visible.left.second {
        left: 0;
    }

    .as-statue.visible.bottom.first {
        bottom: -2%;
    }

    .as-statue.visible.bottom.second {
        bottom: -6%;
    }

    .as-statue.visible.right.first {
        right: 0;
    }

    .as-statue.visible.right.second {
        right: 0;
    }
}

@media screen and (max-width: 1023px) {
    .as-statue-container {
        display: none !important;
    }
}