/*
 Theme Name:   Mammoth Rock Insurance
 Description:  Mammoth Rock Child Theme For Insurance
 Author:       GojiLabs
 Author URI:   http://gojilabs.com/
 Template:     mammoth_rock
 Version:      1.0.0
 Text Domain:  mammoth_rock_insurance
*/

.home .wp-block-media-text.is-style-hero-block .hero-bg-people span {
  background-image: url(assets/images/mr-ins-top-hero-home-mobile.png);
}

@media (min-width: 601px) {
  .home .wp-block-media-text.is-style-hero-block .hero-bg-people span {
    background-image: url(assets/images/mr-ins-top-hero-home.png);
  }
}