About page: Finalize media for 4.2.

props ocean90, Nao.
fixes #31929.

Built from https://develop.svn.wordpress.org/trunk@32277


git-svn-id: http://core.svn.wordpress.org/trunk@32248 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí
2015-04-23 15:43:25 +00:00
parent de1a9710ca
commit 25a0ca9f69
7 changed files with 29 additions and 24 deletions

View File

@@ -202,13 +202,20 @@
/* 2.2 - Structure */
.about-wrap .feature-video {
position: relative;
margin: 40px 0;
padding-bottom: 56.25%; /* video is 1280 x 720 */
width: 100%;
height: 0;
text-align: center;
}
.about-wrap .feature-video .wp-video {
margin: 0 auto;
.about-wrap .feature-video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.about-wrap .featured-image {