@font-face {
  font-family: "Poppins";
  src: url(Poppins-ExtraBold.ttf);
  font-weight: bolder;
}

html,
body,
.main {
  height: 100%;
  width: 100%;
  margin: 0;
}

.main {
  display: flex;
  flex-direction: column;
  background: url(img/MINA_SETTEMBRE_2_BKG_01.jpg);
  background-size: cover;
  color: white;
  max-height: 100%;
  overflow: hidden;
}

.heading {
  font-size: 1.4vw;
  text-align: center;
  width: 100%;
  margin: 0.7em 0;
  font-family: Poppins;
  font-weight: bolder;
  align-self: center;
}
.heading img {
  width: 84%;
}

.content {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.iframe-container {
  width: 65%;
  margin-left: 17.5%;
}
.sidebar {
  width: 17.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
.sidebar img {
  width: 75%;
  margin: 0;
}
.sidebar .qrcode {
  width: 45%;
  margin-bottom: -20%;
}

.highlight {
  color: #f02a2c;
}
.footer {
  flex: 1;
  height: 0;
}
.footer img {
  height: 100%;
  max-height: 90px;
  margin-left: 4%;
}
.logo-mobile {
  display: none;
}

/* TABLET PORTRAIT */
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .content .iframe-container {
    flex-direction: column;
    align-items: center;
  }
  .iframe-container {
    display: flex;
    width: 100%;
    margin: 0;
  }
  .sidebar,
  .heading {
    display: none;
  }
  .footer {
    max-height: 130px;
    width: 100%;
    margin-top: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .logo-mobile {
    display: block;
    margin-left: auto !important;
    margin-right: 4%;
  }
}

/* MOBILE PORTRAIT */
@media screen and (max-width: 480px) and (orientation: portrait) {
  .heading,
  .sidebar {
    display: none;
  }
  .main {
    background: black;
  }
  .iframe-container,
  .content {
    width: 100%;
    margin-left: 0;
  }
  .footer {
    flex: 1;
  }
  .footer img {
    width: 30%;
    object-fit: contain;
  }
}

/* MOBILE/TABLET/FRAME LANDSCAPE */
@media screen and (max-width: 1280px) and (orientation: landscape) {
  .heading,
  .sidebar,
  .footer {
    display: none;
  }
  .main {
    background: black;
  }
  .iframe-container,
  .content {
    height: 100%;
    width: 100%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
