main.scss 391 B

1234567891011121314151617181920212223
  1. /* Responsive image/video classes */
  2. .rich-text img {
  3. max-width: 100%;
  4. height: auto;
  5. }
  6. .richtext-image.left{
  7. float:left;
  8. }
  9. .richtext-image.right{
  10. float:right;
  11. }
  12. .responsive-object {
  13. position: relative;
  14. }
  15. .responsive-object iframe,
  16. .responsive-object object,
  17. .responsive-object embed {
  18. position: absolute;
  19. top: 0;
  20. left: 0;
  21. width: 100%;
  22. height: 100%;
  23. }