laybuy-iframe.css 442 B

12345678910111213141516171819202122232425
  1. .laybuy-content-container {
  2. position: fixed;
  3. top: 0;
  4. left: 0;
  5. width: 100%;
  6. height: 100%;
  7. }
  8. .laybuy-content-container:before {
  9. content: "";
  10. display: block;
  11. padding-top: 66.6%;
  12. }
  13. .laybuy-content-container iframe {
  14. border: 0;
  15. position: absolute;
  16. top: 0;
  17. left: 0;
  18. right: 0;
  19. width: 100%;
  20. height: 100%;
  21. max-width: calc(740px + 58px);
  22. margin-left: auto;
  23. margin-right: auto;
  24. }