/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.homepage .listing-item {
  position:  relative;
}

.homepage .listing-item a.title {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  font-size: 1rem !important;
}

.homepage .listing-item a.title:hover{
  padding: 1.0rem;
  color: white;
  background-color: rgba(0,0,0,.5);
  display:  block;
  opacity: 1;
}