put video in overlay

This commit is contained in:
Kyle Fiedler
2012-02-02 12:16:58 -05:00
parent dc0914e101
commit 2458b52aa9
3 changed files with 17 additions and 17 deletions

View File

@@ -255,20 +255,16 @@ section.index-content {
&.intro-video {
width: flex-grid(4, 8);
div.video-wrapper {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
a {
display: block;
width: 100%;
iframe {
position: absolute;
top: 0;
left: 0;
img {
width: 100%;
height: 100%;
}
span {
display: none;
}
}
}

View File

@@ -15,7 +15,6 @@ div.leanModal_box {
@include box-sizing(border-box);
display: none;
border: none;
max-width: 600px;
background: #fff;
padding: lh(2);
@@ -27,6 +26,10 @@ div.leanModal_box {
margin-bottom: lh();
}
&#enroll {
max-width: 600px;
}
form {
text-align: left;