frontend.responsive.css 226 B

12345678910111213
  1. .fl-module-map .fl-map {
  2. height: 0;
  3. overflow: hidden;
  4. padding-bottom: 75%;
  5. position: relative;
  6. }
  7. .fl-module-map .fl-map iframe {
  8. height: 100% !important;
  9. left: 0;
  10. position: absolute;
  11. top: 0;
  12. width: 100% !important;
  13. }