/*
Theme Name:   Mirai web 
Theme URI:    https://yourdomain.com/
Description:  Child theme
Author:       Estage
Author URI:   https://yourdomain.com/
Template:     lightning
Version:      1.0.0
*/

/* Loop-item-work @Front-page */
.zoom-hover {
  overflow: hidden;
  display: block;
}

.zoom-hover img {
  transition: transform 0.4s ease;
}

.zoom-hover:hover img {
  transform: scale(1.1);
}

/* Adjust Global nav */
.global-nav-list li img {
  min-width: inherit !important;
}