Target iphone x in css

how to target iPhone x height in CSS file
I tried to use @media only screen and (device-height: 812px) but didn’t work

@media only screen and (device-width : 375px) and (device-height : 812px) and (-webkit-device-pixel-ratio : 3)

We had used in our project.

thank you for the reply …