.typo_listing{
    display: block;
}

.typo_listing .typo_listing_item{
    display: block; position: relative;
}

.typo_listing .typo_listing_item [data-ratio]{
    padding-bottom: 56.25%;
}

.typo_listing .typo_listing_item.typo_listing_item_0 .listing_image [data-ratio] > img{
    left: 0; bottom: 0; top: auto; right: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}


@media screen and (min-width:40em){
    
    .typo_listing .typo_listing_item .listing_image{
        position: absolute; top: 0; left: 0; bottom: 0; right: auto;
        width: 50%;
    }
    .typo_listing .typo_listing_item .listing_image [data-ratio]{
        padding-bottom: 0; width: 100%; height: 100%;
    }
    
    .typo_listing .typo_listing_item .listing_image +.listing_content{
        padding-left: 50%;
    }
    
    .typo_listing .typo_listing_item:nth-child(2n) .listing_image{
        left: auto; right: 0;
    }
    .typo_listing .typo_listing_item:nth-child(2n) .listing_image +.listing_content{
        padding-left: 0; padding-right: 50%;
    }
}