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

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

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

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

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

.display_box1 {
  width: 1px;
  height: 1px;
  margin-left: -10px;
  margin-top: -3550px;
}

.display_img1 {
  height: 400px;
}

.display_box2 {
  width: 1x;
  height: 1px;
  margin-left: 0px;
  margin-top: 280px;
}

.display_img2 {
  width: 400px;
  height: 100px;
}

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

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

.right1 {
  height: 1000px;
  margin-top: 310px;
  z-index: -1;
}

.right_1 {
  background-size: cover;
  background-position: center;
  background-image: url(img/gif-webp/glitch8.webp);
}

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

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

.right_2 {
  background-size: cover;
  background-position: center;
  background-image: url(img/gif-webp/glitch6.webp);
}

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

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

.right_3 {
  background-size: cover;
  background-position: center;
  background-image: url(img/gif-webp/glitch4.webp);
}
