@media screen and (max-height:380px) {}

@media screen and (max-width:768px) and (orientation:portrait),
screen and (max-height:540px) and (orientation:landscape) {}

@media screen and (max-width:425px) and (orientation:portrait) {}

@media screen and (max-height:540px) and (orientation:landscape) {}