diff --git a/app/assets/images/pages/home/video_border.png b/app/assets/images/pages/home/video_border.png new file mode 100644 index 000000000..b07b2f2eb Binary files /dev/null and b/app/assets/images/pages/home/video_border.png differ diff --git a/app/styles/home.sass b/app/styles/home.sass index 60e36802d..c240784a0 100644 --- a/app/styles/home.sass +++ b/app/styles/home.sass @@ -7,9 +7,17 @@ text-align: center margin-top: 0 - #trailer-wrapper iframe - display: block - margin: 0 auto + #trailer-wrapper + position: relative + iframe + display: block + margin: 0 auto + img + position: absolute + left: 10px + width: 976px + top: -7px + pointer-events: none .game-mode-wrapper position: relative diff --git a/app/templates/home.jade b/app/templates/home.jade index 7181e7485..fa043881f 100644 --- a/app/templates/home.jade +++ b/app/templates/home.jade @@ -6,6 +6,7 @@ block content #trailer-wrapper <iframe width="949" height="534" src="//www.youtube.com/embed/1zjaA13k-dA?rel=0&controls=0&modestbranding=1&showinfo=0&iv_load_policy=3" frameborder="0" allowfullscreen></iframe> + img(src="/images/pages/home/video_border.png") hr