.cri-spider {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    object-fit: contain;
    z-index: 1;
}

.cri-tree {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 255px;
    object-fit: contain;
    z-index: 1;
}

@media (max-width: 768px) {
    .cri-spider {
        width: 150px;
        height: 150px;
    }

    .cri-tree {
        width: 150px;
        height: 177.5px;
    }
}

@media (max-width: 480px) {
    .cri-spider {
        width: 120px;
        height: 120px;
    }

    .cri-tree {
        width: 120px;
        height: 142px;
    }
}
