/***************************/
/******* CONFIG VARS *******/
/* -COLORS.SCSS */
/* DEFAULT COLORS VARS */
/* THEME COLORS VARS */
/* _TEXT.SCSS */
/* Font Library */
/* FONT PER LE ICONE */
/******* CONFIG MIXIN ******/
/* _MIXIN.SCSS */
/***************************/
.wk-image-hover .wk-image-hover__wrapper {
  position: relative;
  cursor: pointer; }

.wk-image-hover img {
  width: 100%;
  height: auto;
  display: block; }
  .wk-image-hover img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out; }

.wk-image-hover:hover img:nth-child(2) {
  opacity: 1;
  pointer-events: all; }

.wk-image-hover span {
  margin-top: 8px;
  font-size: 18px;
  display: block;
  color: #000; }

.wk-image-hover p {
  font-size: 1rem;
  line-height: 1em; }
