Are you using a CSS minifier? Some of the code that comes with the default CSS of the theme isn’t showing up. This is the code that is supposed to change the width when being viewed from smaller browsers –
@media only screen and (max-width: 1080px) {
.front-page-2 {
padding: 0 5%;
width: 100%;
}
}