/*---------------------------------------------------------------------------------

 Theme Name:   Divi Child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

body #page-container {
	overflow:hidden;
}

.image-zoom {
	overflow:hidden;
}
.image-zoom .et_pb_image_wrap:after {
    content: '';
    width: 80%;
    height: 10px;
    display: block;
    margin-top: -10px;
    position: relative;
    background: #94cae0;
}
.image-zoom img {
  transition: transform 0.5s ease;
}
.image-zoom:hover img {
  transform: scale(1.1);
}
