#clients-and-testimonials { .m_Hero-SolidGradientBackground { margin-top:0px!important; } /* * "Grey Stroke" seperating specified modules */ .m_TestimonialsandVideo, .m_3ColumnImageVideoTestimonialBlock, .m_OurClients { &:after { position: absolute; content: ""; background: #e0e0e0; height: 2px; bottom: -50px; right: 32px; left: 32px; margin: 0 auto; @include breakpoint(medium) { right: 80px; left: 80px; } @include breakpoint(large) { right: 140px; left: 140px; max-width: 1160px; } } } .m_TestimonialsandVideo { &:after { @media screen and (max-width: 69.99875em){ bottom:-75px !important; } } } /* * Force 16/9 aspect ratio for Fancybox. Can't be controlled in the module css since * the overlay html is injected outside the module container. */ .fancybox-type-iframe .fancybox-inner { padding-top: 56%; position: relative; height: auto !important; } .fancybox-type-iframe .fancybox-inner .fancybox-iframe { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 999999999 !important; } }