/* Geral */
.teqii-gif-imgb {
  margin-bottom: 50px;
  width: 100% !important;
}

.image-gif {
  margin-top: -15px;
  margin-bottom: 10px;
  width: 100% !important;
}

img.image-gif-mob.teqii-gif-imgb {
    margin-bottom: 50px !important;
}


/* Mobile */
@media(max-width: 680px) {
  .image-gif-desk {
    display: none;
  }

  .image-gif-mob {
    margin-bottom: 15px;
  }

}

/* Tablet */
@media(min-width: 680px){
  img.image-gif-mob {
    display: none;
  }
}

/* Desktop */


@media(min-width: 1080px){
  .image-gif-mob {
    display: none;
  }
  .image-gif-desk {
    width: 80%;
  }

}