#fullpage-sections section {
    padding: 0 50px;
    display: table;
    max-width: none;
    /*height: 100vh;*/
}
#fullpage-sections section .content{
    display: table-cell;
    vertical-align: middle;
    background: none;
}