/*
Theme Name:     DiviChild
Description:    
Author:         sysadmin
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/*** HERO OVERLAY ***/
@media only screen and (min-width: 1025px) {
    #hero-overlay {
        position: absolute;
        bottom: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
    #hero-overlay {
        position: absolute;
        bottom: 0;
    }
}
#hero-overlay .et_pb_column_1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

