.wp-block-vules-photo {
    position: relative;
    padding-top: 100%;
}

.wp-block-vules-photo .wp-block-vules-photo-first {
    background-color: black;
    object-fit: cover;
    object-position: center;
    box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 5%;
    top: 10%;
    width: 60%;
    height: 80%;
    z-index: 1;
}

.wp-block-vules-photo .wp-block-vules-photo-second {
    object-fit: contain;
    object-position: center;
    border-radius: 100%;
    filter: drop-shadow(4px 8px 16px rgba(0, 0, 0, 0.5));
    position: absolute;
    left: 45%;
    top: 35%;
    width: 50%;
    height: 50%;
    z-index: 2;
}