/* +++++++++++++++++++++++++++++++++++++++++ */
/*                  WRAPPERS                 */
/* +++++++++++++++++++++++++++++++++++++++++ */

/* Display Image */
.side_internals2 {
  z-index: 1;
}

.stack_internals2 {
  display: flex;
  flex-direction: row;
}

.right_sidebar {
  width: 300px;
  flex-direction: column;
  margin-inline: 5px;
}

/* +++++++++++++++++++++++++++++++++++++++++ */
/*                DISPLAY IMAGE              */
/* +++++++++++++++++++++++++++++++++++++++++ */

.display_box1 {
  width: 1px;
  height: 1px;
  margin-left: 20px;
  margin-top: -1650px;
}

.display_img1 {
  height: 200px;
}

/* +++++++++++++++++++++++++++++++++++++++++ */
/*                  IMAGES                   */
/* +++++++++++++++++++++++++++++++++++++++++ */

/* +++++++++ */
/* FIRST BOX */
/* +++++++++ */

.right1 {
  height: 400px;
  margin-top: 210px;
  z-index: -1;
}

.right_1 {
  background-size: cover;
  background-position: center;
  background-image: url(img/pictures/idk8.jpg);
}

/* ++++ */
/* DISK */
/* ++++ */

.right2 {
  margin-top: 70px;
  height: 400px; /* Adjust based on content */
}

.right_2 {
  background-size: cover;
  background-position: center;
  background-image: url(img/pictures/test1.jpg);
}

/* +++ */
/* IMG */
/* +++ */

.right3 {
  margin-top: 70px;
  height: 500px;
}

.right_3 {
  background-size: cover;
  background-position: center;
  background-image: url(img/pictures/03924823.jpg);
}
