main{
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  line-height: 0;
  justify-content: center;
}

img.orientation-landscape{
  width:300px
}

img.orientation-portrait{
  width:100px
}

p{
  max-width: 300px;
  /* line-height: 1; */
  padding: var(--padding);
}

@media screen and (max-width:800px){

  img.orientation-landscape{
    width:120px
  }

  img.orientation-portrait{
    width:70px
  }

}
