max-height css media query code example
Example: maxheight media query
@media screen and (max-width: 995px),
screen and (max-height: 700px) {
...
}
@media screen and (max-width: 995px),
screen and (max-height: 700px) {
...
}