/*
Theme Name: Herron
Description: Child theme for Hello
Author: HERRON
Author URI: https://herron.agency/
Template: hello-elementor
Version: 4.0.0001
Text Domain:  herron
*/

/*
####################################################################################################
# GLOBAL
####################################################################################################
*/

.responsive-iframe {
    position: relative;
    padding-top: 16%;
    padding-bottom: 16%;
    height: 0;
    overflow: hidden;
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}