.teaser_listing.content_section {
    padding: 0 !important;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    width: 100%; height: 100%;
    z-index: 200;
    background-color: #FFFFFF;

}

.teaser_listing .listing {
    max-width: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
}
.teaser_listing .listing > * {
    -webkit-box-flex:0;
    -webkit-flex:0 0 100%;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%;
    padding: 0;
}
.teaser_listing .listing .item .item_inner {
    margin: 0; padding: 0;
    height: 100%; position: relative;
    cursor: pointer;
}
.teaser_listing .listing .item .item_inner .item_image,
.teaser_listing .listing .item .item_inner .item_image [data-ratio] {
    position: absolute; top: 0; bottom: 0; left: 0; right: 0;
    width: 100%; height: 100%; pointer-events: none;
}

.teaser_listing .listing .item .item_inner .item_content {
    position: absolute; top: 50%; left: 0; right: 0;
    transform: translate(0,-50%); z-index: 20;
    pointer-events: none;
    
}
.teaser_listing .listing .item .item_inner .item_content .content_title > * {
    font-size: 1.25rem; text-align: center;
}

@media screen and (max-width: 39.9375em){
    .teaser_listing.content_section {
        padding: 0 !important;
        position: relative;
    
    }
    .teaser_listing .listing {
        max-width: none;
        position: relative;
        width: 100vw;
        height: 100vh;
}