/*
Theme Name: Package Pavement 2
Text Domain: packagepav
Theme URI: https://www.packagepavement.com/
Description: Package Pavement
Version: 1.0.62
Requires at least: 6.0
Requires PHP: 7.4
Author: Ashworth Creative
Author URI: https://www.ashworthcreative.com/
*/
/* Force slides and containers to expand fully */



@media (max-width: 768px) {
  /* target slides and common SmartSlider background wrappers */
  .our-services-slider .n2-ss-slide,
  .our-services-slider .n2-ss-slide-background,
  .our-services-slider [style*="background-image"] {
    background-image: none !important;
    background: none !important;
  }

  /* pseudo-elements smartslider might use */
  .our-services-slider .n2-ss-slide::before,
  .our-services-slider .n2-ss-slide::after {
    background-image: none !important;
    background: none !important;
    display: none !important;
    content: none !important;
  }

  /* optional fallback color */
  .our-services-slider .n2-ss-slide {
    background-color: #373d42 !important;
  }
}




