Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Style
/* ————— Formatting Feature Video iFrames ————— */
@media screen and (min-width: 1750px) {
   .wistia_embed { width:800px !important; height: 450px !important; }
}
@media screen and (min-width: 300px) and (max-width: 1749px) {
  .wistia_embed { width:600px !important; height: 337px !important; }
}
.home-feature-description { display: inline-block !important; width: 500px !important; vertical-align: top !important; padding: 30 30px 20px 0 !important; }
.home-feature-video { display: inline-block !important; min-width: 600px !important; vertical-align: top !important; }

...