@media only screen and (orientation: portrait) {

  .posTrailer {
    position: relative;
    margin-top: -16.0vw;
    margin-left: 16.0vw;
    left: +0.5vw;
    top: -38.5vw;
  }

  img.tTrailer {
    width: 16.0vw;
    height: 16.0vw;
  }

  .posAbout { position: static; }
  .posNews { position: static; }
  .posShop { position: static; }
  .posAuthors { position: static; }
  .posContact { position: static; }
  .posPartners { position: static; }

}

@media only screen and (orientation: landscape) {

  .posAbout {
    position: relative;
    margin-top: -1.27rem;
    left: -13.0rem;
    top: -22.0rem;
    line-height: 1.27rem;
  }

  .posTrailer {
    position: relative;
    margin-top: -4.0rem;
    left: -11.5rem;
    top: -18.0rem;
  }

  img.tTrailer {
    width: 4.0rem;
    height: 4.0rem;
  }

  .posNews {
    position: relative;
    margin-left: 34.5rem;
    margin-top: -1.27rem;
    left: -1.0rem;
    top: -4.0rem;
    line-height: 1.27rem;
  }

  .posShop {
    position: relative;
    margin-left: 33.3rem;
    margin-top: -1.27rem;
    left: -3.4rem;
    top: -13.3rem;
    line-height: 1.27rem;
  }

  .posAuthors {
    position: relative;
    margin-top: -1.27rem;
    left: -18.0rem;
    top: -11.0rem;
    line-height: 1.27rem;
  }

  .posContact {
    position: relative;
    margin-top: -1.27rem;
    left: -1.0rem;
    top: -20.5rem;
    line-height: 1.27rem;
  }

  .posPartners {
    position: relative;
    margin-top: -1.27rem;
    left: -7.0rem;
    top: -7.0rem;
    line-height: 1.27rem;
  }

}

