/* Created by Content Blocks */

.home-teaser .row{
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-teaser__content {
    padding: 30px;
    min-height: 310px
}

@media screen and (max-width:1200px) {
    .home-teaser .row{
        background-image: none !important;
    }
}