put video in overlay
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user