JSFiddle - React, Tailwind, and code Playground

by mtenschert

CSS

@media only screen and (max-width:550px) {
  .et-promote-push-icon {
    height: unset !important;
    max-height: unset !important;
  }

  .et-mobile-push-icon {
    width: 100% !important;
    text-align: center !important;
  }

  .et-mobile-push-icon img {
    padding: 10% !important;
  }
}

@media only screen and (min-width:551px) {
  .et-promote-push-icon {
    height: 320px !important;
    max-height: 320px !important;
  }

  @supports (-ms-ime-align:auto) {
    .et-promote-push-arrow img {
      transform: rotate(260deg) scaleY(-1);
    }
  }
}