Advertisement
maximus87

Untitled

Nov 7th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.66 KB | None | 0 0
  1. @media only screen and (min-width: 768px) {
  2. section#testimonials .sqs-row {
  3.     display: flex;
  4.     flex-wrap: wrap;
  5.     position: relative;
  6. }
  7.  
  8. section#testimonials .sqs-row .sqs-block-image,
  9. section#testimonials .sqs-row .sqs-block-content,
  10. section#testimonials .sqs-row .image-block-outer-wrapper {
  11.     height: 100%!important;
  12.     box-sizing: border-box;
  13. }
  14.  
  15. section#testimonials .sqs-row .image-block-outer-wrapper:before {
  16. content: '';
  17. width: 100%;
  18. height: 50%;
  19. background: #d1adb2;
  20. position: absolute;
  21. bottom: 0;
  22. z-index: 0;}
  23.  
  24. section#testimonials .image-card-wrapper {
  25.     z-index: 10;
  26.     pointer-events: none;
  27.     position: relative;
  28. }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement