matthewselby
8/28/2017 - 9:48 PM

Change the background position of images in homepage video blocks on nuvo-express. Unfortunately !important because inline style...

Change the background position of images in homepage video blocks on nuvo-express. Unfortunately !important because inline style...

/* changing position of home video block background */
selector-goes-here {
    background-position: 50% 35% !important;
}