Advertisement
maximus87

Untitled

Nov 14th, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.14 KB | None | 0 0
  1. @media only screen and (min-width: 768px) {
  2. section#latest .image-button-wrapper {
  3.     position: absolute!important;
  4.     left: 50%;
  5.     transform: translateX(-50%);
  6.     width: 100%;
  7. }
  8.  
  9. section#latest .image-card.sqs-dynamic-text-container {
  10.     padding-bottom: 50px!important;
  11.     height: 100%;
  12.     box-sizing: border-box;
  13. }
  14.  
  15. section#latest .sqs-row .sqs-row .sqs-col-3 .sqs-block-image, section#latest .sqs-row .sqs-row .sqs-col-3 .sqs-block-image .sqs-block-content, section#latest .sqs-row .sqs-row .sqs-col-3 .sqs-block-image .design-layout-stack {
  16.     height: 100%;
  17. }
  18.  
  19. section#latest .sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-card-wrapper {
  20.     z-index: 2;
  21.     pointer-events: none;
  22.     height: 50%!important;
  23. }
  24.  
  25. section#latest .sqs-block-image .image-block-outer-wrapper.image-block-v2 .image-card-wrapper {
  26.     z-index: 2;
  27.     pointer-events: none;
  28.     height: 50%;
  29. }
  30.  
  31. section#latest .sqs-block-image .image-block-outer-wrapper.design-layout-stack .image-button-wrapper {
  32.     margin-top: 0;
  33.     font-size: 1.5vw;
  34.     bottom: 15px;
  35.     left: 50%;
  36.     transform: translateX(-50%);
  37.     width: 100%;
  38. }
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement