Gelöst!
.content{
background-color:#000000;
background-image:url(../images/bg.png), url(../images/panorama.jpg);
background-size:auto, cover;
background-repeat:no-repeat;
background-position: top center;
margin-top:-50px;
}
@media (max-width: 700px) {
.content {
background-size:contain;
background-color:#000000;
background-image:url(../images/bg.jpg);
background-repeat:no-repeat;
background-position: top center;
margin-top:-50px;
}