/*======================================
Theme Name: Divi
Theme URI: https://divicake.com/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.4.7
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

.stories-page-main .et_pb_blurb_container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    background: url(../../uploads/2020/05/newsletter-btn.jpg) no-repeat;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    bottom: 0;
    transition:all 0.4s ease;
}
.stories-page-main .et_pb_module.et_pb_blurb:hover .et_pb_blurb_container{
    top:0;
    opacity:1;
}