@import url("//attorneymatch.findlaw.com/findlaw-test/css/ab-test-main.css"); /* Using a url */ 

.search-secondary {
	background: url(https://attorneymatch.findlaw.com/findlaw-test/images/pa/familylaw/banner-marriage-law.jpg) no-repeat;
    background-size: cover;
    
}
@media screen and (max-width: 640px) {

.search-secondary {background:#e3e3e3}
}