#waldmeister-pano, #saussicht-pano {
    position: relative;
    padding-bottom: 50%;
}

#waldmeister-pano iframe, #saussicht-pano iframe {
    position: absolute;
    z-index: 50;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 557px) {
    #waldmeister-pano, #saussicht-pano {
        padding-bottom: 70%;
    }
}