/*TODO SUR make visible when you want to*/
[jscontroller=j1RDQb], [jsname=kdb7zb] {
    display: none;
}

/* fix placing of images in a row (last item always falls off) */
.LS81yb, .hJDwNd-AhqUyc-ibL1re {
    display: flex;
}
.OjCsFc img, .OjCsFc object {
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center center;
}

b {
    font-weight: bolder;
    text-decoration: underline;
}
@media only screen and (max-width: 767px) {
    .OjCsFc img, .OjCsFc object {
        height: calc(100% - 1.5rem) !important;
        top: 1.5rem !important;
    }
}