I'm struggling to contain the background in #bannerwrap when using the media query.
Here is my code:
@media (max-width: 1000px) and (min-width: 320px)
{#bannerwrap {background-size: contain !important;}}
It appears to be overridden by the main template file but I am having trouble working around it.
#bannerwrap {
background: url(/images/background/background-movement-solutions-4.jpg) center no-repeat;
background-size: cover !important;
background-attachment: fixed !important;
}
Any help you can provide would be greatly appreciated.
Thanks,
Steve