.google-maps {
    position: relative;
    padding-bottom: 49%; // (582 ÷ 1190)
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pano-view {
    position: relative;
    padding-bottom: 50%; // (592 ÷ 1190)
    height: 0;
    overflow: hidden;
}
.pano-view object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.movie-container {
    position: relative;
    padding-bottom: 56%; // (660 ÷ 1190)
    height: 0;
    overflow: hidden;
}
.movie-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}