/*@font-face {*/
/*  font-family: "JBfont";*/
/*  src: url(font/jbfont.ttf) format("truetype");*/
/*}*/

html {
  height: 100%;
}

body {
  background: #262d33;
  font-size: 1.1vw;
}

.tvinzz {
  margin: 3vw 0 3vw 14vw;
}

.logos {
  margin: 0 auto;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logos img {
  max-width: 32%;
  width: 23em;
  height: auto;
  opacity: .7;
}

@media only screen and (max-width: 992px) {
  body {
    font-size: 2.3vw;
  }
  .tvinzz {
    margin: 13vw 0 3vw 5vw;
  }
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 3.5vw;
  }
  .tvinzz {
    margin: 0 0 0 3vw;
  }
  .logos {
    flex-direction: column;
    margin-top: -10vw;
    width: auto;
  }
  .logos img {
    width: 60vw;
    margin-bottom: 3vw;
    max-width: 100%;
  }
  .logos img:last-child {
    position: relative;
    top: -4vw;
  }
}


