Fri Oct 14 2016
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15

  jQuery(document).ready(function(){

jQuery('.demo-lightbox-wrap').css({'left':'0px'});
  jQuery('.masthead-maxwidth h1').html('Get Talking')
  jQuery('#masthead-wrap').css({'height': '50em'});
  jQuery('.demo-lightbox-wrap').css({'left':'0px'});      
  jQuery( "<style> .demo-lightbox-wrap.active{ max-height: 480px; transform: translate(-37%,-0%) !important; } #masthead-wrap{ padding: -1% 0 3% 0;}; #masthead-wrap h1 {margin-top: 160px;}; </style>" ).appendTo( "head" );

jQuery('.demo-lightbox-wrap').after("<div style='color:white;position: absolute;z-index: 10;left: 80%;text-align:left; font-size:16px; width:150%; margin-left: -50px;'><ul><li style='margin-top:10px;'><strong style='color:rgb(216,185,63);font-family:sans-serif;'>It's free:</strong> We'll never ask you for your credit card.</li>\
<li style='margin-top:10px;'><strong style='color:rgb(216,185,63);font-family:sans-serif;'>It's fast:</strong> No account necessary; 3 minutes is all you need!</li>\
<li style='margin-top:10px;'><strong style='color:rgb(216,185,63);font-family:sans-serif;'>It's fun:</strong> We'll showcase what you get with Rosetta Stone<br>\
  with several fun activities you can do right now—no prior<br>\
  language training required.</li></ul></div>");
  });