Fixed youtube video display

This commit is contained in:
Asutosh Palai
2016-07-04 07:44:44 -04:00
parent 2c582ca9c2
commit 5bc6cc62ec
3 changed files with 27 additions and 4 deletions

View File

@ -323,6 +323,7 @@ body {
z-index: 10;
top: 50%;
transform: translateY(-50%);
pointer-events: none;
h1 {
font-weight: bold;
line-height: 0.98;
@ -339,7 +340,8 @@ body {
.carousel-inner{
.video-container {
height: 90%;
width: 70%;
padding: 2%;
}
> .item > img {
@ -550,4 +552,4 @@ footer {
font-weight: 500;
font-size: 1.9em;
}
}
}