$(document).ready(function() {
  //$('.videoWrap .videoElement').hide()
  $('.videoWrap .videoDashed').click(function() {
    $(this).next().next().show()
  })
})

