Fullwidth with CSS (video)

This is my fullwidth slider!

But using CSS to make the page template fullwidth will affect the rest of the content on this page.

The CSS I’ve used targets the page by body class / page ID.


body.page.page-id-519610 #content {
width: 100% !important;
max-width: 100%;
}
body.page.page-id-519610 #content ul#soliloquy-519608 img {
width: 100%;
}