#home-intro .owl-carousel {
    background: #d04036 url(https://hiramhousecamp.org/wp-content/uploads/2018/01/camp-news.png) !important;
    height: 100px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: 10px !important;
    /* test */
}

#home-intro .owl-carousel .vc_gitem-post-data-source-post_excerpt a, 
#home-intro .owl-carousel .vc_gitem-post-data-source-post_excerpt a:link,
#home-intro .owl-carousel .vc_gitem-post-data-source-post_excerpt a:visited { text-decoration: underline; }

@media screen and (max-width:480px) {
    #home-intro .owl-carousel {
        height: 300px;
        background-size: 100px !important;
        background-position: top center !important;
    }
}