@media (min-width: 1024px) {
  #container1 {
    margin-bottom: 1rem;
  }
}

.img_left1,
.img_right1 {
  min-width: 0;
  margin-bottom: 1rem;
}

.img_left1 {
  flex: 2;
}

.img_right1 {
  flex: 3;
}

@media (max-width: 1023px) {
  .container2 {
    margin-top: 1rem;
  }
}

#image_wrapper_column {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  /* flex-grow */
  width: 100%;
  height: 100%;
  gap: 1rem;
}

.h1-header,
#img12 {
  margin-bottom: 0;
}

.placeholder {
  opacity: 0;
}

/* .poster_description1 h2 {
  text-align: center;
} */

@media (max-width: 1023px) {
  .poster_description_left_alt h2 {
    text-align: center;
  }
}

/* #img05, #img06 {
  height: 350px; 
} */