.image-overlay{
    position: relative;
}

.image-overlay .image-overlay-1{
    position: absolute;
    width: 20%;
    height: 22%;
    max-width: 20%;
    max-height: 22%;
    object-fit: contain;
    object-position: bottom;
    z-index: 1;
    bottom: 3%;
    right: 18%;
}

.image-overlay .image-overlay-2{
    position: absolute;
    width: 15%;
    height: 14%;
    max-width: 15%;
    max-height: 14%;
    object-fit: contain;
    object-position: bottom;
    z-index: 1;
    bottom: 5%;
    right: 26%;
}