/*======================================
Theme Name: crolinenoe
Theme URI: https://divicake.com/
Description: Theme for caroline NOe
Version: 1.0
Author: Caroline Noe
Author URI: http://carolinenoe.org/
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */
/* USE THIS FOR ADHOC STYLES */

@media( max-width: 767px ) {
    .et_pb_slides .et_pb_slider_container_inner {
        display: block !important;
    }
} 

/* remove overlay from first slide */
.et_pb_slider .et_pb_slide_0 .et_pb_slide_overlay_container {
    display: none !important;
}