/**
* Theme Name: Vertox Child
* Description: This is a child theme of Vertox, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/themearc">Theme Arc</a>
* Template: vertox
* Version: 1.0
*/


/* Remove black overlay and any effects on image hover */
.img-box .inner::after {
  background: none !important;
  opacity: 0 !important;
  content: none !important;
  display: none !important;
}

/* Remove dimming, zoom, or transform on hover */
.img-box .inner img {
  filter: none !important;
  transform: none !important;
  transition: none !important;
}
