.wbox-teaserimage.home-basic {
    border: 2px solid #e92e33;
    /* border-bottom: 2px solid #e92e33; */
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 2rem;
}

.wbox-teaserimage.home-basic a {
    width: 100%;
}

div.wbox-teaserimage.home-basic .allcontentwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.home-basic .wbox-teaserimage-title h3 {
    text-align: left;
    line-height: 1.1em;
    color: #e92e33;
    padding-bottom: 1rem;
}

.home-basic .wbox-teaserimage-img {
    padding-top: 0.75rem;
    padding-inline: 0.75rem;
    /* aspect-ratio: 3 / 2; */
    position: relative;
    width: 100%;
    height: auto;
    /* height: 100%; */
    /* overflow: hidden; */
    margin: 0;
}
.home-basic .wbox-teaserimage-img img {
    width: 100%;
    height: 100%; 
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.home-basic .wbox-teaserimage-contentwrap {
    margin: 0;
    padding: 0.75rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.home-basic .wbox-teaserimage-content {
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 0.9em;
    line-height: normal;
    color: #333;
}

.home-basic .wbox-teaserimage-linktext {
    display: block;
    margin-top: auto;
}
.home-basic .wbox-teaserimage-linktext:after {
    content: '»'; 
    padding-left: 8px;
}


@media screen and (max-width:875px) {
    .home-basic .wbox-teaserimage-img {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 185px;
        flex: 1 1 185px;
    }
}

@media screen and (max-width: 767px) {
    .page-template-default .home-basic {
        margin-bottom: 30px;
    }
}

@media  (max-width: 768px) {
    .home-basic .wbox-teaserimage-img img {
        height: 150px!important;
    }
}

@media screen and (max-width: 540px) {
    .wbox-teaserimage.home-basic {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .home-basic .wbox-teaserimage-img img {
        height: 200px!important;
    }
}

/* IE FIX Polyfill Object Fit */
picture.object-fit-polyfill {
    overflow: visible !important;
}