diff --git a/layouts/shortcodes/youtube.html b/layouts/shortcodes/youtube.html index 7b15220..ba4b04e 100644 --- a/layouts/shortcodes/youtube.html +++ b/layouts/shortcodes/youtube.html @@ -23,15 +23,19 @@ height:597px; &.static{ &::after{ - position:absolute; - display:block; - left:50%; - top:50%; - transform: translate(-50%, -50%); - width:20px; - height:20px; - content:"Play"; - background: url(/youtube.svg); + position:absolute; + display:block; + left:50%; + top:50%; + transform: translate(-50%, -50%); + width:80px; + height:80px; + content:"Play on youtube"; + line-height:80px; + text-align:center; + vertical-align:middle; + background: url(/youtube.svg); + background-size:cover; } img{ width:100%!important;