.full-container .bg-image {
    position: absolute;
}
.bg-image {
    width: 80%;
    right: 0;
}


.elephants {
    position: absolute;
    width: 55%;
    bottom:0%; right:0;
    transform: translateY(-15%);
    max-width: 1200px;
    z-index: 4;
}
.multiply {
    mix-blend-mode: multiply;
}

@media screen and (max-width: 1599px) {
    
}

@media screen and (max-width: 767px) {
    .elephants {
        position: absolute;
        width: 90%;
        bottom:0%; right:0;
        transform: translateY(-15%);
        z-index: 4;
    }  
    .full-container {
        padding-bottom: 160px;
        top:0;
        overflow: visible;
    }
    .full-container .bg-image {
        width: 150%;
        position: absolute;
        top: 0px;
    }
}