body .dr_google_map:not(.cc-tag-placeholder-maps) {
    min-height: unset !important;
}

body .dr_youtube:not(.cc-tag-placeholder-video) {
    min-height: unset !important;
}

body .dr_youtube.responsive-video.cc-tag-placeholder-video {
    height: 100%;
}

body .dr_youtube.responsive-video:not(.cc-tag-placeholder-video) {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

body .dr_youtube.responsive-video iframe,
body .dr_youtube.responsive-video object,
body .dr_youtube.responsive-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
