
 .module-events .paragraphs .img-responsive { 
object-fit: contain !important; object-position: center left; 
} 
.heading-image { 
padding-bottom: 25%; 
}

footer {
    position: relative;
    overflow: hidden;
}

footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('https://svdorus.congressus.site/_media/4013886/2684ae953ed645a0855360485f70a79f/view');
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
    background-size: auto min(8vh,100px);

    pointer-events: none;
    z-index: 0;
}

footer > * {
    position: relative;
    z-index: 1;
}




