
| Current Path : /var/www/html/atstandard001/styles/uikit/components/partials/component/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/atstandard001/styles/uikit/components/partials/component/_media.scss |
/**
* Media
* - styles for media objects such as iframe, video, embedding codes etc.
============================================================================ */
// Intrinsic Ratios for Video by THIERRY KOBLENTZ
// http://alistapart.com/article/creating-intrinsic-ratios-for-video
// See also: http://embedresponsively.com/
// Wrap video iframes etc in a DIV container with the class "embed-container".
.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
iframe,
object,
embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}