.responsive_iframe {
    /* position: relative; */
    /* padding-bottom: 56.25%; */
    padding-top: 30px;
    height: 70%;
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    background-color: transparent !important;
}

.iframegroup {
    margin-top: 12% !important;
}

.responsive_iframe iframe,
.responsive_iframe object,
.responsive_iframe embed {
    /* position: absolute;
top: 0;
left: 0; */
    width: 100%;
    height: 100%;
}