
function resize() {
    if (window.screen.width < '1024')
        document.getElementById('container').width = "760px";
}