﻿/* Selects IE11 and Edge only to fix flexbox layout bugs for IE11 for card objects */
_:-ms-fullscreen, :root .blocks .card-img > img {
    max-height: 240px;
}
@media(min-width: 768px) {
    _:-ms-fullscreen, :root .blocks_2upSM .card-img > img {
        max-height: 195px;
    }
}
@media(min-width: 1024px) {
    _:-ms-fullscreen, :root .blocks_3upMD .card-img > img {
        max-height: 206px;
    }
}
