#panorama {
    width: 1080px;
    height: 600px;
}
@media only screen and (max-width: 768px) {
    #panorama {
        width: 350px;
            height: 250px;
        }
    }