.wbox-teaserimage.home-basic {
    padding: 15px;
    border: 2px solid lightgray;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

div.wbox-teaserimage.home-basic .allcontentwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
}

.home-basic .wbox-teaserimage-title {
    display: table;
    height: 50px;
    width: 100%;
    padding: 15px 0 20px 0;
}

.home-basic .wbox-teaserimage-title h2 {
    text-align: left;
    font-size: 1.5em;
    color: gray;
}

.home-basic .wbox-teaserimage-img {
    padding-top: 0;
    position: relative;
    top: 0;
    height: auto;
    overflow: hidden;
    margin: 0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.home-basic .wbox-teaserimage-contentwrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 260px;
    flex: 1 1 260px;
    padding: 0;
    margin: 15px 0 0 0;
}

.home-basic .wbox-teaserimage-content {
    padding-top: 0px;
}

.home-basic .wbox-teaserimage-linktext {
    font-weight: 400;
}

.home-basic .wbox-teaserimage-linktext:after {
    content: '▹'; /* \25B9 */
    padding-left: 8px;
}

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

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

@media sreen and (max-width: 540px) {
    .wbox-teaserimage.home-text {
        width: 100%;
    }
}