/*
  Theme Name: Strong Roots Landscaping
  Author: Whetham Solutions
  Author URI: https://whethamsolutions.com
  Description: Wordpress theme for Strong Roots Landscaping. Use of this theme outside of this company's website is strictly prohibited.
  Template: ion
  Text Domain: sr
*/

@media (min-width: 768px) {
    .mobile-show {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .desktop-show {
        display: none !important;
    }
    .hero .hero-img {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .hero .hero-img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}