/*
 Theme Name:     RYNO Child Theme
 Theme URI:      http://rynoss.com/
 Description:    RYNO Child Theme
 Author:         Ryno SS - Jerad Shepherd
 Author URI:     http://www.rynoss.com
 Template:       theme-3
 Text Domain:    ryno-theme-three-child
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

.header {
  background-image: url("https://callflamingofencing.com/wp-content/uploads/header-desktop.webp");
}
.mobile-header {
  background-image: url("https://callflamingofencing.com/wp-content/uploads/header-mobile.webp");
}
@media (min-width: 576px) {
  .mobile-header {
    background-image: url("https://callflamingofencing.com/wp-content/uploads/header-tablet.webp");
  }
}
