/*
Theme Name: WMD Theme
*/

/*html :where(img){height:inherit;max-width:none;}*/
#film-sponsors {
    align-items: center !important;
    justify-content: center;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    margin: 10px auto 80px;
}
#film-sponsors img, #wall-sponsors img {
    width: 100% !important;
    height: auto;
    max-width: 100px;
    display: block;
}