.container {
  max-width: 600px;
  margin: auto;
  padding: 0 1rem;
}

.container-green {
  height: 2rem;
  margin: auto;
  display: flex;
}

.column-full,
.column-third,
.column-two-thirds {
  width: 100%;
}

header {
  height: 3.3rem;
}

.width200 {
  width: 125px;
}

.margin-top-bottom {
  margin: 1rem auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

img,
.container-green {
  width: 40%;
}

.mini-totoro {
  height: 50px;
  width: 50px;
}

.list-tab {
  display: flex;
  width: 200px;
}

.padding-right-header {
  padding-right: 1rem;
}

.padding-left-header {
  padding-left: 1rem;
}

h2 {
  height: 3rem;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.justify-content-details {
  width: 280px;
  margin: auto;
}

.detail-box {
  width: 100%;
  text-align: center;
  border-radius: 0;
}

.taviraj {
  margin-top: 3rem;
  margin-bottom: 7rem;
}

.button-details-page {
  width: 280px;
  margin: auto;
}

.add-review-button {
  width: 35%;
}

.back {
  width: 20%;
}

.h1-no-reviews {
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.totoro-sad {
  width: 60%;
}

.review-img {
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
}

.align-edit-button {
  justify-content: space-between;
}

.edit-button {
  width: 23%;
  height: 1.9rem;
}

#p-reviews {
  max-width: 70%;
}

.baseline,
#text-confirm {
  margin-top: 1rem;
}

#confirm-modal {
  width: 80%;
  height: 120px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#text-confirm {
  margin-bottom: 2rem;
}

#confirm-button,
#cancel-button {
  width: 30%;
  height: 1.6rem;
  margin: auto;
}

#films-list {
  display: flex;
  flex-wrap: wrap;
}

.visibility-hidden {
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 100vw;
  }

  header {
    height: 4rem;
  }

  .padding-right-header {
    padding-right: 3rem;
  }

  .width200 {
    width: 170px;
  }

  .width-img-container {
    width: calc(100%/3);
    height: 700px;
    padding: 1.5rem;
    margin-bottom: 3rem;
  }

  img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
  }

  .container-green {
    width: 100%;
    height: 10%;
  }

  .container-header {
    padding-left: 1.5rem;
  }

  .list-tab {
    width: 500px;
  }

  .mini-totoro {
    height: 60px;
    width: 60px;
  }

  h2 {
    height: 4.2rem;
    align-items: end;
    padding-left: 1rem;
    border-radius: 10px;
    justify-content: left;
    margin-bottom: 2rem;
  }

  .column-two-thirds {
    width: 65%;
  }

  .detail-box {
    width: 35%;
    height: 9rem;
    border-radius: 10px;
    text-align: left;
  }

  .column-third {
    width: calc(100%/3);
  }

  .padding-between {
    padding-right: 2rem;
  }

  .justify-content-details {
    justify-content: center;
    margin: auto;
    width: 80%;
  }

  .button-details-page {
    margin: auto;
    width: 80%;
  }

  .back {
    width: 13%;
    height: 1.8rem;
  }

  .taviraj {
    margin-bottom: 1rem;
  }

  .review-img {
    height: 20rem;
    margin-bottom: 1rem;
  }

  #add-review {
    width: 100%;
  }

  #margin-bottom-h2 {
    margin-bottom: 1.5rem;
    height: 4rem !important;
  }

  .add-review-button {
    width: 20%;
  }

  #reviews-list {
    width: 60%;
    margin: auto;
  }

  .align-button {
    justify-content: flex-end;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  #p-reviews {
    margin-top: 0;
  }

  #film-banner {
    border-radius: 0;
  }

  .h1-no-reviews {
    margin-top: 5rem;
  }

  .totoro-sad {
    width: 40%;
  }

  .edit-button {
    width: 24%;
    height: 1.9rem;
  }

  #confirm-button {
    width: 6rem;
    height: 1.7rem;
    margin-right: 25%;
    margin-bottom: 2rem;
  }

  #cancel-button {
    width: 6rem;
    margin-left: 25%;
    margin-bottom: 2rem;
  }

  #confirm-modal {
    width: 50%;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #text-confirm {
    margin-top: 3%;
    margin-bottom: 6%;
  }
}

.hidden {
  display: none;
}

.banner-width {
  width: 100%;
}
