.onlc_content img:not(.full-width){
    max-width: 100% !important;
    object-fit: contain;
}
footer.footer p{
    font-size: 80%;
}
footer div.container{
    padding-top: 10px;
}
footer.footer p.onlc_contentalert,
footer.footer p.onlc_copyrights{
    float: left;
    margin-right: 15px;
}
footer.footer{
    display: flex;
    align-items: center;
    height: 140px;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 30px;
    background: rgba(237,239,241,0.2)
}
.invisible-block{
    display: none;
}