MediaWiki:Common.css: Difference between revisions

no edit summary
(another css fix)
No edit summary
Line 298: Line 298:


.video-responsive {
.video-responsive {
    overflow-y: visible;
    padding-bottom: 10px;
    height: 100%;
/*
    overflow-y: auto;
     position: relative;
     position: relative;
     height: 10px;
    padding-bottom:56.25%;
     padding-bottom: 56.5%;
     height:0;
*/
     overflow: hidden;
    max-width: 100%;
}
}


.video-responsive iframe {
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
     left: 0;
     left: 0;
     top: 0;
     width: 100%;
     margin-bottom: 20px;
     height: 100%;
    display: block;
}
}


/* ericism */
/* ericism */