/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    The Astra WordPress
 */
.img-hover-wrapper {
  position: relative;
  display: inline-block;
}

.img-hover-wrapper img {
  display: block;
  transition: opacity 0.3s ease;
}

.img-hover-wrapper .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.img-hover-wrapper:hover .img-hover {
  opacity: 1;
}

.img-hover-wrapper:hover .img-default {
  opacity: 0;
}