/*
 Theme Name:     Ready (Divi child)
 Theme URI:      https://www.readydigital.se
 Description:    Custom theme based on the Divi theme
 Author:         Ready digital
 Author URI:     https://www.readydigital.se
 Template:       Divi
 Version:        1.0.0
*/

@import url("../Divi/style.css");

.dnext-thumbs-gallery-bottom .dnxte_thumbs_gallery_child {
    max-height: 94px;
}
.hover-img img {
    transition: all .3s ease-out;
	opacity: 1;
}
.hover-img img:hover {
    opacity: .7;
}