.thumb-info .thumb-info-wrapper:after, .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before {
	content: "";
	background: rgb(255 255 255 / 0%) !important;
	transition: all 0.3s;
	border-radius: 4px;
	bottom: -4px;
	color: #FFF;
	left: -4px;
	position: absolute;
	right: -4px;
	top: -4px;
	display: block;
	opacity: 0;
	z-index: 1;
}
.whatsappLink.mobile{
    display: none;
  }
  @only screen and (max-width:1024px){
    .whatsappLink.desktop {
      display: none;
    }
    .whatsappLink.mobile{
      display: inline;
    }
  }
