@import url("https://fonts.googleapis.com/css2?family=Redressed&family=Roboto+Mono:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

body {
  background: url(../../elementi/img/bg1.jpg);
  background-size: cover;
  background-position: center;
  color: #000;
}

main {
  width: 65%;
  height: auto;
  margin: 0, 20px auto;
}

h1 {
  font: 400 80px Bebas Neue;
  color: #fff;
}

h2 {
  font: 400 32px Bebas Neue;
  color: #fff;
}

p,
li {
  color: #fff;
  font: 400 1em Roboto Mono;
}

#paragrafo_1 {
  display: flex;
}

#poster {
  min-width: 35%;
  width: 400px;
  height: 100%;
  margin: 0 15px 15px 0;
}

#poster img {
  width: auto;
  height: 50%;
}

#cast_artistico {
  min-width: 15%;
  width: auto;
  height: 100%;
  margin-right: 2%;
  margin-top: 0%; /*QUI CAMBIA POSIZIONE CAST ARTISTICO se non indicato in html*/
}

span {
  color: #e3b028;
}

#description {
  margin-left: 2%;
  margin-right: 5%;
}

#paragrafo_2 {
  min-width: 35%;
  width: auto;
  height: 100%;
  margin: 0 15px 15px 0;
  margin-top: 2%;
}

#embedvideo {
  margin-top: 5%;
  margin-bottom: 8%;
}

@media only screen and (max-width: 798px) {
  html,
  body {
    overflow-x: hidden;
  }

  #paragrafo_1 {
    flex-direction: column;
    align-items: center;
  }

  #cast_artistico {
    margin: 0;
  }

  #description {
    margin-top: 10%;
    margin-right: 0;
  }

  #paragrafo_2 {
    height: auto;
    margin: 10% 0;
    padding-bottom: 5%;
  }

  #poster img {
    margin-left: 12%;
    margin-bottom: -60px;
  }

  h2 {
    text-align: center;
  }

  #title {
    text-align: center;
  }

  h1 {
    font: 400 50px Bebas Neue;
  }

  h2 {
    font: 400 22px Bebas Neue;
  }
}
