
/*--BEGINNING--Related markets CSS Overrides--*/

/*--INFO--*/
/*--These CSS are meant to style the images size in the related markets component to match the Figma designs in screen size wider than 1024px --*/
/*--These CSS have already requested to IT under STRY0217782 Collections / Related markets images height is not correct --*/

@media (min-width:1024px) and (max-height:1439px){
.cards_related_markets_body_card-media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 25rem;
        width: 100%
}
}
@media (min-width:1440px){
.cards_related_markets_body_card-media {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 20.938rem;
        width: 100%
}
}

/*--END--Related markets CSS Overrides--*/