/*
412 x 816 pixels or 18.5:9 ratio,
the same as the Galaxy S8 duo and the Galaxy Note8.

A51:
1080 x 2400 pixels, 20:9 ratio (~405 ppi density)
medis: 412x900
JS: 412x915
pixel-ratio 2.5  JS: 2.6250
root font-size 16px
aspect-ratio: 0.45
*/



@media screen
  and (device-width: 412px)
  and (device-height: 915px)
{

.browser-tag:before {
  content:'Galaxy A51 412x915';
  font-weight:bold;
  color: rgb(100,150,100)
}

body {
    font-size: 30px;
  }

vbox#abox {
    width:100%;
    padding: 0px 0.5em;
  }

nav a {
    font-size: 1.6em;
    font-weight: bold;
    }

nav hbox {
    margin: 2.5em 0 0.2em 0;
    }


img.image-class-1 {
    width:100%;
  }




} /*Samsung A5*/
