.description-crash {
  display: flex;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  background-color: #ffffff1f;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  font-family: 'ART';
  border-radius: 5px;
  white-space: wrap;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.274);
}
.description-crash h2 {
  font-size: 28px;
  color: #00a2ff;
}
.description-crash h1 {
  text-decoration: underline #00a2ff;
}
#desc-content {
  white-space: pre-line;
}

.description-crash p {
  font-size: 17px;
  line-height: 1.7;
  text-align: justify;
}

.box1 ,.box2,.box3{
 display: flex;
 cursor: pointer;
 justify-content: center;
 align-items: center;
 align-content: center;
 aspect-ratio: 16/9;
 overflow: hidden;
 padding: 5px;
 text-align: center;
 position: relative;
 box-sizing: border-box;
 margin: 0;
 border: none;
 background-color: rgba(255, 255, 255, 0.096);
 border-radius: 0;
 transition: transform 0.2s;
}
.box3:hover {
  transform: scale(0.96);
  z-index: 2;
}
.box1:hover {
  transform: scale(0.96);
  z-index: 1;
}
#video-frame {
  width: 100%;
  height: 100%;

}
.description-crash img {
 width: 100%;
 height: 100%;
}

