vimeo.css 278 B

12345678910111213141516
  1. .grav-vimeo {
  2. position: relative;
  3. overflow: hidden;
  4. height: 0;
  5. padding-top: 25px;
  6. padding-bottom: 50%;
  7. margin-bottom: 10px;
  8. max-width: 1920px;
  9. max-height: 1080px; }
  10. .grav-vimeo iframe {
  11. position: absolute;
  12. top: 0;
  13. left: 0;
  14. width: 100%;
  15. height: 100%; }