diff --git a/css/_uswds-theme-custom-styles.scss b/css/_uswds-theme-custom-styles.scss index 976a4a97..613a4354 100644 --- a/css/_uswds-theme-custom-styles.scss +++ b/css/_uswds-theme-custom-styles.scss @@ -1430,10 +1430,10 @@ main { .interior-hero { padding-bottom: 60px; - background: url('../img/sprint-process-page/tablet-hero-background.png') repeat 0 0; + // background: url('../img/sprint-process-page/tablet-hero-background.png') repeat 0 0; background-size: contain; @include at-media("desktop") { - background: url('../img/sprint-process-page/desktop-hero-background.png') no-repeat 0 0; + // background: url('../img/sprint-process-page/desktop-hero-background.png') no-repeat 0 0; background-size: cover; padding: 117px 0 124px; }