$(document).ready(function () {
   $('.plt-rw').click(function() {
      window.location.href = $('.plt-rw-img-c', $(this)).attr('href');
   })
});
