Video hero and slideshows'a width on desktop version

The mobile version of my website is fine and so was the desktop until I logged in again and…

Video Hero and Slideshow underneath it is so small in width! The options on the left are already on the highest option for width.

Also, when I click on Registration Menu it selects ‘Registration’ and ‘Book a Viewing’ at the same time - only displaying ‘Book a viewing’ page.

What would cause these errors all of a sudden and how to fix them without adjusting the mobile version.

I see both video and slideshow sections properly.

Trying in incognito mode, another browser, clearing cookies are usual steps in situation like this.

As for the Register / Book a viewing – they seem to point to the same page.
The system does not remember which link you’ve clicked, it compares current page URL with URLs in the menu and highlights matching ones.

Hey @goodmas767 well i think you have to resize the Video Hero and Slideshow
in 2400-1000 for desktop view and 750-1100 for mobile view to clearly visible

try using this css

@media (min-width: 990px) {
.banner,
.slideshow,
.video-section {
max-width: 100%;
width: 100%;
}
}

it will restrict the design changes to desktop view only