diff --git a/app/assets/stylesheets/views/product-page.scss b/app/assets/stylesheets/views/product-page.scss index 98582a123..a28443e77 100644 --- a/app/assets/stylesheets/views/product-page.scss +++ b/app/assets/stylesheets/views/product-page.scss @@ -29,8 +29,10 @@ $button-shadow-size: $govuk-border-width-form-element; } &--alternative { - background-image: file-url('product/proposition-alternative.svg'); - background-position: right 10px bottom 0; + @include media(desktop) { + background-image: file-url('product/proposition-alternative.svg'); + background-position: right 10px bottom 0; + } } }