/* Fix phone mockup styling for transparent phone-frame images */
.hero__phone img,
.lp-hero__phone img {
  border-radius: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}