.container{
    max-width: 80vw;
    margin: auto;
}

@media screen and (min-width: 778px) {
    .container{
        max-width: 85vw;
    }
}