Video object on iPad doesn't listen to z-index. fix #2093

This commit is contained in:
Ruud
2013-08-31 19:22:32 +02:00
parent 700713abcf
commit d10874f216

View File

@@ -641,6 +641,12 @@
position: absolute;
z-index: 10;
}
@media only screen and (device-width: 768px) {
.trailer_container iframe {
margin-top: 25px;
}
}
.trailer_container.hide {
height: 0 !important;
}