/*
 Theme Name: Hello SowasVon
 Theme URI: https://sowasvon.com/
 Description: Child theme of Hello Biz for SowasVon site
 Author: SowasVon
 Template: hello-biz
 Version: 1.0.0
 Text Domain: hello-sowasvon
*/
@media (max-width: 768px){
  body{
  }
}
#menu-image-target img {
    transition: opacity 0.4s ease-in-out !important;
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#menu-image-target img.is-switching {
    opacity: 0;
}
