.vi-special-block-image {
  background-image: url(../images/special-white.svg) !important;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-size: 25px 31px;
  background-position: center;
  display: block;
  width: 28px;
  height: 28px;
  border: 0 !important;
  cursor: pointer;
  margin: 0;
  text-indent: -9999px;
  outline: none;
}
.vi-special-block-image:hover,
.vi-special-block-image:active,
.vi-special-block-image:focus {
  background-image: url(../images/special-white-hover.svg) !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-size: 25px 31px !important;
  background-position: center !important;
}

.vi-normal-block-image {
  background-image: url(../images/special-white-none.svg) !important;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-size: 25px 31px;
  background-position: center;
  width: 30px;
  height: 30px;
  display: block;
  margin: 0;
  border: 0 !important;
  cursor: pointer;
  text-indent: -9999px;
  outline: none;
}
/* .fontsize-normal .vi-normal-block-image {
  background-size: 30px 30px;
  width: 34px;
  height: 34px;
}
.fontsize-big .vi-normal-block-image {
  background-size: 34px 34px;
  width: 42px;
  height: 42px;
} */
.vi-normal-block-image:hover,
.vi-normal-block-image:active,
.vi-normal-block-image:focus {
  background-image: url(../images/special-white-none-hover.svg) !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-size: 25px 31px !important;
  background-position: center !important;
}
/* .fontsize-normal .vi-normal-block-image:hover,
.fontsize-normal .vi-normal-block-image:active,
.fontsize-normal .vi-normal-block-image:focus {
  background-size: 30px 30px !important;
}
.fontsize-big .vi-normal-block-image:hover,
.fontsize-big .vi-normal-block-image:active,
.fontsize-big .vi-normal-block-image:focus {
  background-size: 34px 34px !important;
} */

.vi-special-block-text,
.vi-normal-block-text {
  background-color: transparent !important;
  border: 0 !important;
  background-image: none !important;
}
