ion-modal{
  &::part(content){
    @media (orientation: landscape) {
      border-radius: 1rem;
    }
    overflow: hidden;
  }
}