prueba a agregar la imagen como Background en vez de imagen directa ;)
Código CSS:
Ver original@media only screen and (min-width: 1281px) and (max-width: 1366px) {
.fondo{
background: url("img/fondo_2560x1200.jpg");
position: absolute;
right: 0%;
top: 0%;
max-width: 100%;
z-index: 0;
}
...
}