Lanscape vs portail view

I have this view on landscape orientation.
1
when i change the orientation to portait, the position of the two buttons changes.
2
How I can change the size of the buttons and their position when I change to portait orientation ?

@media (orientation: portrait){

}

use this in your css.

see Media Queries