iframe img {
  width: 80vw !important;
}
iframe body {
  background-color: #ffffff55 !important;
}
.slds-modal__container {
  width: 70%;
  max-width: 70%;
}
/* On low resolution screens, buttons get this applied on hover, this makes it match when not hovered */
button {
  transform: scale(1);
}
