Guest User

Untitled

a guest
Dec 19th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. <div data-vc-full-width="true" data-vc-full-width-init="true" class="vc_row wpb_row vc_row-fluid successful_story vc_custom_1543236867694 ">
  2. <div class="wpb_wrapper">
  3. <div class="wrapper">
  4. <h4 class="tt-title h3 white font-32 headingMargin45"><span class="successful">Successful</span> <span class="s_span_p"><strong>Story</strong></span><i>&nbsp;</i></h4>
  5. </div>
  6. <div class="simple-text">
  7. "Just have to say a very caring dentist who excels in reassuring their patients and gives excellent service, explains what they are doing every step of the way. The best dentist I have ever seen."
  8. </div>
  9. </div>
  10. </div>
  11.  
  12. .vc_row.wpb_row.vc_row-fluid.successful_story.vc_custom_1543236867694.vc_row-has-fill{
  13. background-size: initial;
  14. background-attachment: scroll;
  15. background-position: 50% 0 !important;
  16. animation: bg-slides 50s linear infinite;
  17. }
  18. @-moz-keyframes bg-slides{
  19. from { transform: translateX(0); }
  20. to { transform: translateY(-5%); }
  21. }
  22. @-webkit-keyframes bg-slides {
  23. from { transform: translateX(0); }
  24. to { transform: translateY(-5%); }
  25. }
  26.  
  27. @-webkit-keyframes bg-slide {
  28. from { transform: translateX(0); }
  29. to { transform: translateY(-5%); }
  30. }
  31. @-moz-keyframes bg-slide{
  32. from { transform: translateX(0); }
  33. to { transform: translateY(-5%); }
  34. }
  35. .vc_row.wpb_row.vc_row-fluid.book_appointment.tt-block.vc_custom_1542787903073.vc_row-has-fill{
  36. background-size: initial;
  37. background-attachment: scroll;
  38. background-position: 50% 0 !important;
  39. animation: bg-slide 50s linear infinite;
  40. }
Add Comment
Please, Sign In to add comment