diff --git a/src/lib/libraries/decks/index.jsx b/src/lib/libraries/decks/index.jsx
index 0e81893da42d981a2c468277d2c981e9056c2d26..7222009f2b20552222e9d8688abb1c9e1d6dca7c 100644
--- a/src/lib/libraries/decks/index.jsx
+++ b/src/lib/libraries/decks/index.jsx
@@ -184,148 +184,149 @@ export default {
         ),
         tags: ['imagine-if'],
         img: libraryImagineIf,
-        steps: [
-            {
-                title: (
-                    <FormattedMessage
-                        defaultMessage="Type What You Want to Say"
-                        description="Step name for 'Type What You Want to Say' step"
-                        id="gui.howtos.imagine-if.step_imagineTypeWhatYouWant"
-                    />
-                ),
-                image: 'imagineTypeWhatYouWant'
-            }, {
-                title: (
-                    <FormattedMessage
-                        defaultMessage="Click the Green Flag to Start"
-                        description="Step name for 'Click the Green Flag to Start' step"
-                        id="gui.howtos.imagine-if.step_imagineClickGreenFlag"
-                    />
-                ),
-                image: 'imagineClickGreenFlag'
-            }, {
-                title: (
-                    <FormattedMessage
-                        defaultMessage="Choose Any Backdrop"
-                        description="Step name for 'Choose Any Backdrop' step"
-                        id="gui.howtos.imagine-if.step_imagineChooseBackdrop"
-                    />
-                ),
-                image: 'imagineChooseBackdrop'
-            }, {
-                title: (
-                    <FormattedMessage
-                        defaultMessage="Choose Any Sprite"
-                        description="Step name for 'Choose Any Sprite' step"
-                        id="gui.howtos.imagine-if.step_imagineChooseSprite"
-                    />
-                ),
-                image: 'imagineChooseSprite'
-            }, {
-                title: (
-                    <FormattedMessage
-                        defaultMessage="Press the Space Key to Glide"
-                        description="Step name for 'Press the Space Key to Glide' step"
-                        id="gui.howtos.imagine-if.step_imagineFlyAround"
-                    />
-                ),
-                image: 'imagineFlyAround'
-            }, {
-                title: (
-                    <FormattedMessage
-                        defaultMessage="Choose Another Sprite"
-                        description="Step name for 'Choose Another Sprite' step"
-                        id="gui.howtos.imagine-if.step_imagineChooseAnotherSprite"
-                    />
-                ),
-                image: 'imagineChooseAnotherSprite'
-            }, {
-                title: (
-                    <FormattedMessage
-                        defaultMessage="Move Left-Right"
-                        description="Step name for 'Move Left-Right' step"
-                        id="gui.howtos.imagine-if.step_imagineLeftRight"
-                    />
-                ),
-                image: 'imagineLeftRight'
-            }, {
-                title: (
-                    <FormattedMessage
-                        defaultMessage="Move Up-Down"
-                        description="Step name for 'Move Up-Down' step"
-                        id="gui.howtos.imagine-if.step_imagineUpDown"
-                    />
-                ),
-                image: 'imagineUpDown'
-            }, {
-                title: (
-                    <FormattedMessage
-                        defaultMessage="Change Costumes"
-                        description="Step name for 'Change Costumes' step"
-                        id="gui.howtos.imagine-if.step_imagineChangeCostumes"
-                    />
-                ),
-                image: 'imagineChangeCostumes'
-            }, {
-                title: (
-                    <FormattedMessage
-                        defaultMessage="Glide to a Point"
-                        description="Step name for 'Glide to a Point' step"
-                        id="gui.howtos.imagine-if.step_imagineGlideToPoint"
-                    />
-                ),
-                image: 'imagineGlideToPoint'
-            }, {
-                title: (
-                    <FormattedMessage
-                        defaultMessage="Grow and Shrink"
-                        description="Step name for 'Grow and Shrink' step"
-                        id="gui.howtos.imagine-if.step_imagineGrowShrink"
-                    />
-                ),
-                image: 'imagineGrowShrink'
-            }, {
-                title: (
-                    <FormattedMessage
-                        defaultMessage="Choose Another Backdrop"
-                        description="Step name for 'Choose Another Backdrop' step"
-                        id="gui.howtos.imagine-if.step_imagineChooseAnotherBackdrop"
-                    />
-                ),
-                image: 'imagineChooseAnotherBackdrop'
-            }, {
-                title: (
-                    <FormattedMessage
-                        defaultMessage="Switch Backdrops"
-                        description="Step name for 'Switch Backdrops' step"
-                        id="gui.howtos.imagine-if.step_imagineSwitchBackdrops"
-                    />
-                ),
-                image: 'imagineSwitchBackdrops'
-            }, {
-                title: (
-                    <FormattedMessage
-                        defaultMessage="Add a Sound"
-                        description="Step name for 'Add a Sound' step"
-                        id="gui.howtos.imagine-if.step_imagineRecordASound"
-                    />
-                ),
-                image: 'imagineRecordASound'
-            }, {
-                title: (
-                    <FormattedMessage
-                        defaultMessage="Choose Your Sound"
-                        description="Step name for 'Choose Your Sound' step"
-                        id="gui.howtos.imagine-if.step_imagineChooseSound"
-                    />
-                ),
-                image: 'imagineChooseSound'
-            }, {
-                deckIds: [
-                    'hide-and-show',
-                    'Chase-Game'
-                ]
-            }
+        steps: [{
+            video: 'imagine-if'
+        }, {
+            title: (
+                <FormattedMessage
+                    defaultMessage="Type What You Want to Say"
+                    description="Step name for 'Type What You Want to Say' step"
+                    id="gui.howtos.imagine-if.step_imagineTypeWhatYouWant"
+                />
+            ),
+            image: 'imagineTypeWhatYouWant'
+        }, {
+            title: (
+                <FormattedMessage
+                    defaultMessage="Click the Green Flag to Start"
+                    description="Step name for 'Click the Green Flag to Start' step"
+                    id="gui.howtos.imagine-if.step_imagineClickGreenFlag"
+                />
+            ),
+            image: 'imagineClickGreenFlag'
+        }, {
+            title: (
+                <FormattedMessage
+                    defaultMessage="Choose Any Backdrop"
+                    description="Step name for 'Choose Any Backdrop' step"
+                    id="gui.howtos.imagine-if.step_imagineChooseBackdrop"
+                />
+            ),
+            image: 'imagineChooseBackdrop'
+        }, {
+            title: (
+                <FormattedMessage
+                    defaultMessage="Choose Any Sprite"
+                    description="Step name for 'Choose Any Sprite' step"
+                    id="gui.howtos.imagine-if.step_imagineChooseSprite"
+                />
+            ),
+            image: 'imagineChooseSprite'
+        }, {
+            title: (
+                <FormattedMessage
+                    defaultMessage="Press the Space Key to Glide"
+                    description="Step name for 'Press the Space Key to Glide' step"
+                    id="gui.howtos.imagine-if.step_imagineFlyAround"
+                />
+            ),
+            image: 'imagineFlyAround'
+        }, {
+            title: (
+                <FormattedMessage
+                    defaultMessage="Choose Another Sprite"
+                    description="Step name for 'Choose Another Sprite' step"
+                    id="gui.howtos.imagine-if.step_imagineChooseAnotherSprite"
+                />
+            ),
+            image: 'imagineChooseAnotherSprite'
+        }, {
+            title: (
+                <FormattedMessage
+                    defaultMessage="Move Left-Right"
+                    description="Step name for 'Move Left-Right' step"
+                    id="gui.howtos.imagine-if.step_imagineLeftRight"
+                />
+            ),
+            image: 'imagineLeftRight'
+        }, {
+            title: (
+                <FormattedMessage
+                    defaultMessage="Move Up-Down"
+                    description="Step name for 'Move Up-Down' step"
+                    id="gui.howtos.imagine-if.step_imagineUpDown"
+                />
+            ),
+            image: 'imagineUpDown'
+        }, {
+            title: (
+                <FormattedMessage
+                    defaultMessage="Change Costumes"
+                    description="Step name for 'Change Costumes' step"
+                    id="gui.howtos.imagine-if.step_imagineChangeCostumes"
+                />
+            ),
+            image: 'imagineChangeCostumes'
+        }, {
+            title: (
+                <FormattedMessage
+                    defaultMessage="Glide to a Point"
+                    description="Step name for 'Glide to a Point' step"
+                    id="gui.howtos.imagine-if.step_imagineGlideToPoint"
+                />
+            ),
+            image: 'imagineGlideToPoint'
+        }, {
+            title: (
+                <FormattedMessage
+                    defaultMessage="Grow and Shrink"
+                    description="Step name for 'Grow and Shrink' step"
+                    id="gui.howtos.imagine-if.step_imagineGrowShrink"
+                />
+            ),
+            image: 'imagineGrowShrink'
+        }, {
+            title: (
+                <FormattedMessage
+                    defaultMessage="Choose Another Backdrop"
+                    description="Step name for 'Choose Another Backdrop' step"
+                    id="gui.howtos.imagine-if.step_imagineChooseAnotherBackdrop"
+                />
+            ),
+            image: 'imagineChooseAnotherBackdrop'
+        }, {
+            title: (
+                <FormattedMessage
+                    defaultMessage="Switch Backdrops"
+                    description="Step name for 'Switch Backdrops' step"
+                    id="gui.howtos.imagine-if.step_imagineSwitchBackdrops"
+                />
+            ),
+            image: 'imagineSwitchBackdrops'
+        }, {
+            title: (
+                <FormattedMessage
+                    defaultMessage="Add a Sound"
+                    description="Step name for 'Add a Sound' step"
+                    id="gui.howtos.imagine-if.step_imagineRecordASound"
+                />
+            ),
+            image: 'imagineRecordASound'
+        }, {
+            title: (
+                <FormattedMessage
+                    defaultMessage="Choose Your Sound"
+                    description="Step name for 'Choose Your Sound' step"
+                    id="gui.howtos.imagine-if.step_imagineChooseSound"
+                />
+            ),
+            image: 'imagineChooseSound'
+        }, {
+            deckIds: [
+                'hide-and-show',
+                'Chase-Game'
+            ]
+        }
         ],
         urlId: 'imagine-if'
     },
diff --git a/src/lib/libraries/decks/steps/imagine-choose-sound.en.png b/src/lib/libraries/decks/steps/imagine-choose-sound.en.png
index 88cd22525b78af421c5ace1578e95741127ed04e..c5774ae8ad7a0b388842f432d8238da93e815dd2 100644
Binary files a/src/lib/libraries/decks/steps/imagine-choose-sound.en.png and b/src/lib/libraries/decks/steps/imagine-choose-sound.en.png differ
diff --git a/src/lib/libraries/decks/translate-video.js b/src/lib/libraries/decks/translate-video.js
index a4f91ea069b003bfb2fcd277f0a96daaf0a2b7c9..bc4a771848f15dd6627b5fe20f1cb8e1b4b61dd7 100644
--- a/src/lib/libraries/decks/translate-video.js
+++ b/src/lib/libraries/decks/translate-video.js
@@ -120,6 +120,9 @@ const videos = {
     },
     'pong-game': {
         en: '8m48dv0ens'
+    },
+    'imagine-if': {
+        en: '1ndh08yiso'
     }
 };